Answers for "how to update all package from npm"

6

npm update all packages

npm install -g npm-check-updates
ncu -u
npm update
npm install
Posted by: Guest on June-05-2020
0

update all packages npm to latest

npx npm-check-updates -u
npm install

# Caution: This might break something. Only use if you know what you are doing.
Posted by: Guest on September-30-2021

Code answers related to "how to update all package from npm"

Code answers related to "Javascript"

Browse Popular Code Answers by Language