Skip to content

Instantly share code, notes, and snippets.

@heaversm
Created November 16, 2019 16:13
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 heaversm/76d98569150bc6468342ebd5c27e1909 to your computer and use it in GitHub Desktop.
Save heaversm/76d98569150bc6468342ebd5c27e1909 to your computer and use it in GitHub Desktop.
Useful NPM commands
# see outdated modules
npm outdated
# update all modules (latest minor version)
npm update --save/--save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment