Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eins78/ansible-role-nodejs-npm
- Owner: eins78
- Created: 2015-06-24T16:24:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T20:51:41.000Z (about 9 years ago)
- Last Synced: 2024-04-15T03:00:39.471Z (9 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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]: