Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliviernt/npmw
NPM Wrapper allowing to use a specific Node + NPM version per project
https://github.com/oliviernt/npmw
npm npm-cli npm-wrapper
Last synced: 13 days ago
JSON representation
NPM Wrapper allowing to use a specific Node + NPM version per project
- Host: GitHub
- URL: https://github.com/oliviernt/npmw
- Owner: oliviernt
- License: mit
- Created: 2018-09-27T20:04:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T14:05:30.000Z (about 6 years ago)
- Last Synced: 2024-11-05T20:03:43.703Z (2 months ago)
- Topics: npm, npm-cli, npm-wrapper
- Language: Shell
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npmw
NPM Wrapper allowing to use a specific Node + NPM version per project## Setup
1. add it to your project root (aka. next to your package.json)
2. edit the version in the `npmw` script to whatever version you whish to use
3. give the owner (you?) of the script execute permissions on it `chmod +x npmw`
4. use it as you would use `npm` but instead write `./npmw`.## Support
Currently only __Linux__ has been tested.