Answers for "how to update npm for all packages of a prject"

8

update all dependencies npm

npm update  //update all local packages
Posted by: Guest on July-03-2020
2

npm update to latest

npm i -g npm@latest
Posted by: Guest on July-22-2020

Code answers related to "how to update npm for all packages of a prject"

Code answers related to "Javascript"

Browse Popular Code Answers by Language