Created
December 27, 2018 13:57
-
-
Save ddieppa/003c2d7229b84074c9092f5b547b97e4 to your computer and use it in GitHub Desktop.
list globally installed npm packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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