Skip to content

Instantly share code, notes, and snippets.

@ddieppa
Created December 27, 2018 13:57
Show Gist options
  • Save ddieppa/003c2d7229b84074c9092f5b547b97e4 to your computer and use it in GitHub Desktop.
Save ddieppa/003c2d7229b84074c9092f5b547b97e4 to your computer and use it in GitHub Desktop.
list globally installed npm packages
npm list -g --depth=0
or ask for specific package like:
npm list -g @angular/cli --depth=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment