Skip to content

Instantly share code, notes, and snippets.

@19h47
Last active January 22, 2019 16:45
Show Gist options
  • Select an option

  • Save 19h47/4ef16d05a58565d8713e23ded1aa4caf to your computer and use it in GitHub Desktop.

Select an option

Save 19h47/4ef16d05a58565d8713e23ded1aa4caf to your computer and use it in GitHub Desktop.
npm commands

Uninstalling global package

npm uninstall -g name-of-package

npm uninstall

List global package

npm ls -g --depth 0

npm ls

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