Skip to content

Instantly share code, notes, and snippets.

@tiagones
Last active August 8, 2018 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagones/5329a3478ec3efe81dda7011fca4681b to your computer and use it in GitHub Desktop.
Save tiagones/5329a3478ec3efe81dda7011fca4681b to your computer and use it in GitHub Desktop.
Update each dependency in package.json (npm, grunt, gulp, ...)
npm i -g npm-check-updates
ncu
ncu -u # to upgrade package.json
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment