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.

js
1npx npm-check-updates -u
js
1npm install

Simple, aha! 👌