How to inspect the global node_modules
?
#107
Unanswered
WarningImHack3r
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to inspect my global
node_modules
, used by thenpm i -g
command.It doesn't work currently because the command can't detect a package manager:
pnpx node-modules-inspector $(npm root -g)
Searching through the options with the
-h
flag doesn't help either; it doesn't seem like what I'm trying to do is even supported. Can anyone point me to a way of doing this, if possible?Beta Was this translation helpful? Give feedback.
All reactions