Answers for "how to update node packages all at once"

1

npm update all packages to latest

npx -p npm-check-updates ncu -u
Posted by: Guest on August-11-2021
-1

how to update all node libraries

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

Code answers related to "how to update node packages all at once"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language