Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall complete NVM in windows

Since my nvm is giving me access denied and status as 1. even after run as administrator in window cmd. I wanted to reinstall nvm as administrator. But not able to uninstall the nvm.

like image 491
jaskirat Singh Avatar asked Nov 24 '25 22:11

jaskirat Singh


2 Answers

The clean way to uninstall would be first to uninstall all the node packages which you have installed, you can list all those packages using

nvm list

To uninstall a specific NodeJs package run

nvm uninstall v16.13.0

After you have uninstalled all the packages go to the directory

C:\Users\%USERNAME%\AppData\Roaming\nvm

there you will see unins***.exe you can perform a clean uninstall there.

This will only work if you are or have installed all the node versions using NVM (Node Version Manager)

like image 154
Umer Kiani Avatar answered Nov 26 '25 13:11

Umer Kiani


In your terminal, just type the code below

nvm root

This will show the root path of nvm on your computer.In the folder you can find a unins.exe file. Run it. That's all.

like image 29
Ethan Han Avatar answered Nov 26 '25 14:11

Ethan Han



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!