List all globally installed NPM packages
Lists all globally installed NPM packages, avoiding including any package's dependencies in the view.
Authored by: arisCommand
Copy
npm list -g --depth=0
Tags
Edit in GitHub
Copied
Lists all globally installed NPM packages, avoiding including any package's dependencies in the view.
Authored by: arisnpm list -g --depth=0