Skip to content

Instantly share code, notes, and snippets.

@kyrcha
Created June 10, 2020 08:49
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 kyrcha/89bee031d490a52354fd7f0dbaa76947 to your computer and use it in GitHub Desktop.
Save kyrcha/89bee031d490a52354fd7f0dbaa76947 to your computer and use it in GitHub Desktop.
Update outdated global npm packages
  1. Check which global packages are outdated with:

npm outdated -g

For example:

  1. Update the pacakges:

npm update -g <package-name-1> <package-name-2> ...

For example:

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