jasongin / nvs

Node Version Switcher - A cross-platform tool for switching between versions and forks of Node.js
Other
2.73k stars 210 forks source link

How to uninstall nvs? #246

Open danieltkach opened 2 years ago

danieltkach commented 2 years ago

I couldn't find in the docs how to uninstall nvs. I'd appreciate your guidance. Thank you.

jasongin commented 2 years ago

If you installed the MSI package on Windows, use the built-in Windows Add/Remove Programs.

Otherwise you would have installed by cloning the repo and adding to your shell init script. Uninstall by removing the added line from your shell init script and deleting the repo directory.