Check And Upgrade All Node Packages
April 21st, 2017 0 CommentsA 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
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