npm install packeage with version code example
Example 1: install node_modules folder
npm install (with no args, in package dir)
Example 2: node install specific version
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash