how to install perticular verion npm code example
Example 1: install exact version npm
npm install <package>@<version>
//example
npm install express@3.0.0
Example 2: node install specific version
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash