How to list npm user-installed packages?
Asked 07 September, 2021
Viewed 1.3K times
  • 65
Votes

How do I list the user-installed package ONLY in npm? When I do npm -g list it outputs every package and their dependencies, which is not what I want.

15 Answer