10.0.2 • Published 7 years ago
@ex-machine/node10 v10.0.2
A wrapper that allows specific Node version to be installed together with other Node versions.
Installation
npm i -g @ex-machine/node4Usage
The same as node:
node4 --helpLocal Node can be used in NPM scripts instead of global Node installation:
{
  "scripts": {
    "start": "node4 index.js"
  },
  "dependencies": {
    "@ex-machine/node4": "*"
  }
}