Skip to content

Instantly share code, notes, and snippets.

@kyrcha
Created June 10, 2020 08:49
Embed
What would you like to do?
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