How to list all global npm packages
Jun 2, 2021
If you're looking to list your globally installed NPM packages, look no further.
Here's a short command and its arguments to list your global npm packages.
npm list -g --depth 0
Published on June 2, 2021
Written by Vladislav Kim