Answers for "how to do an npm update on a package"

34

use npm to update packages to latest version

npm i -g npm-check-updates
ncu -u
npm install
Posted by: Guest on February-04-2020
0

update to new npm

npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz
Posted by: Guest on January-06-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language