Skip to content

Instantly share code, notes, and snippets.

@kruzyk
Last active March 12, 2019 21:28
Show Gist options
  • Save kruzyk/e101f7bb689a4d53533b22f507bd639b to your computer and use it in GitHub Desktop.
Save kruzyk/e101f7bb689a4d53533b22f507bd639b to your computer and use it in GitHub Desktop.
npm commands

Check outdated npm packages:

  • npm outdated

Install npm-check-updates and update all npm packages:

  • npm i -g npm-check-updates && ncu -u && npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment