Can't list or uninstall global packages #592
Unanswered
FlanderJam
asked this question in
Q&A
Replies: 1 comment
-
This is likely caused by an upstream issue. See #579. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm running into some issues with NVM4W and am hoping to get some help.
Build Info:
When I run
nvm install latest
When I run
nvm use 15.3.0
However, if I try to install a package globally:
npm install -g typescript
for examplenpm list -g
returns empty. It's as if it doesn't recognize typescript is installed.npm uninstall -g typescript
also fails to remove the global module.tsc --version
will still return the newly installed version number for typescriptShould npm be able to install and uninstall packages globally? Should these packages appear when running commands like
npm list -g
?Beta Was this translation helpful? Give feedback.
All reactions