Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install specific version of npm for your project

//To install a specific version of npm locally for your project 
$ npm install npm@version //replace version with the npm version you want to install

//To install globally
$ npm install -g npm@version //replace version with the npm version you want to install
 
PREVIOUS NEXT
Tagged: #install #specific #version #npm #project
ADD COMMENT
Topic
Name
2+4 =