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! 👌
By running below commands you can update all npm packages of a project / directory.
npx npm-check-updates -u
npm install
Simple, aha! 👌