0.0.0 • Published 8 years ago

install-node v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

install-node

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install node into node_modules.


Install

$ npm i install-node -g

Usage

Add engines['install-node'] = ${version} on your application's package.json:

"engines": {
  "install-node": "^4.5.0"
}
  • ${version} follow semver, can be 4.5.0, ~4.5.0 or ^4.5.0.

Then run install-node command:

$ install-node

Now you can see node on node_modules/.bin/node.

$ ll node_modules/.bin/node
node_modules/.bin/node@ -> ../node/bin/node

License

MIT