coreybutler/nvm-windows
View on GitHub[Bug/Feature?]: pnpm leaves files in nodejs install dir, breaking nvm install
Open
#1093 opened on Jan 18, 2024
consider for rtenhancement requesthelp wanted
Description
Description of the new feature / enhancement
Not sure if this is a bug or feature, but I had trouble installing nvm despite uninstalling npm because I forgot I had pnpm installed too, and it left a bunch of crap in C:\Program Files\nodejs folder. So the symlink failed and I was perplexed by nvm use not doing anything...
Suggestion: update readme to mention pnpm?
Suggestion: installer should warn about this? (nodejs existing causing symlink to fail)
Anyway, manually deleting nodejs install folder fixed this. (That's probably not how you should uninstall pnpm, but that's a problem for future me...)
Scenario when this would be used?
Upon installing, so the install actually works...
Supporting information
No response