NPM Wrapper allowing to use a specific Node + NPM version per project
- add it to your project root (aka. next to your package.json)
- edit the version in the
npmw
script to whatever version you whish to use - give the owner (you?) of the script execute permissions on it
chmod +x npmw
- use it as you would use
npm
but instead write./npmw
.
Currently only Linux has been tested.