Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.