Skip to content

Instantly share code, notes, and snippets.

@joannaong
Last active January 12, 2016 02:15
Show Gist options
  • Save joannaong/b4d7b9f675b251bbdc38 to your computer and use it in GitHub Desktop.
Save joannaong/b4d7b9f675b251bbdc38 to your computer and use it in GitHub Desktop.
update all npm packages inside package.json
# npm
sudo npm install -g npm-check-updates
ncu
ncu --upgradeAll
# bower
sudo npm install -g bower-check-updates
bcu
bcu --upgradeAll
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment