Answers for "how to use exact npm version"

6

install exact version npm

npm install <package>@<version>

//example
npm install [email protected]
Posted by: Guest on July-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language