Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 426 Bytes

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.