Answers for "upgrade a packeage in nodejs"

8

update all dependencies npm

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

how to update all node libraries

npm install -g npm-check-updates
Posted by: Guest on April-11-2020

Browse Popular Code Answers by Language