Submitted by Anishnirmal on Fri, 02/10/2017 - 18:02 A quick way to list globally installed NPM modules. The following command will display all the top-level NPM modules. npm list -g --depth=0 Category: NodeJS