view installed npm packages code example Example 1: how to view a list of installed npm packages npm list -g Example 2: npm list all installed packages npm list -g --depth=0