Skip to content

Instantly share code, notes, and snippets.

@weiland
Last active August 29, 2015 14:25
Show Gist options
  • Save weiland/481fe0be893e1a33e558 to your computer and use it in GitHub Desktop.
Save weiland/481fe0be893e1a33e558 to your computer and use it in GitHub Desktop.
Update outdated npm packages

Update outdated npm packages

First install npm-check-updates

$ npm install npm-check-updates 

Then list outdated dependecies

$ ./node_modules/npm-check-updates/bin/npm-check-updates

Update the entries in the package.json

$ ./node_modules/npm-check-updates/bin/npm-check-updates -u

Update the packages

$ npm update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment