Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eins78/ansible-role-nodejs-npm

install nodejs + latest npm on debian/ubuntu
https://github.com/eins78/ansible-role-nodejs-npm

Last synced: about 1 month ago
JSON representation

install nodejs + latest npm on debian/ubuntu

Awesome Lists containing this project

README

        

# ansible-role-nodejs

Installs configurable versions of:

- `nodejs` (default: 4.x)
- `npm` (default: use version bundled with nodejs)

on:

- Debian: 7 (wheezy) and 8 (jessie)
- Ubuntu: 12.04 (precise) and 14.04 (trusty)

Uses [nodesource's nodejs role][], but can also upgrade `npm` and
can potentially be expanded to support more OS families.

See [the defaults][] for possible configuration variables.

[nodesource's nodejs role]:
[the defaults]: