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 wa
npm
npm -g list
I use npm -g outdated --depth=0 to list outdated versions in the global space.
npm -g outdated --depth=0