Why can't I remove BIT from my computer using npm uninstall? #6113
-
I have BIT 0.0.698 installed on my computer but I need to switch to 14.8.8 version . In order to do that I try to uninstall 0.0.698 version BUT when I use a command:
I get this:
When I try to find BIT in my global packages using:
BIT doesn't show up on the list. Can anyone explain me what's going on ? Why can't I find BIT using npm list and remove it? I use Windows 10 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
use should produce this message: I actually had to go into |
Beta Was this translation helpful? Give feedback.
use
npm uninstall -g @teambit/bvm
to remove bitshould produce this message:
removed 594 packages in 2s
I actually had to go into
Users/bin
andUsers/.bvm
and delete them to completely remove bit