How to update all npm outdated package together
1 min read

How to update all npm outdated package together

Run below commands

By running below commands you can update all npm packages of a project / directory.

npx npm-check-updates -u
npm install

Simple, aha! 👌