Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 303 Bytes

list-globally-installed-packages-npm.md

File metadata and controls

9 lines (6 loc) · 303 Bytes

List globally installed packages with NPM

To list NPM packages that are installed globally on the current machine, use this command:

npm list -g --depth=0

Hat tip to Pondering Developer blog.