install specific version of package node code example
Example 1: npm install specific version
$ npm i [email protected]
Example 2: node specific version install
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
$ npm i [email protected]
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash