Check And Upgrade All Node Packages

April 21st, 2017 0 Comments

A nice way to check and upgrade all of the packages of your project quickly:

npm i -g npm-check-updates
npm-check-updates -u
npm install