Answers for "uninstall a node version using nvm"

3

remove nvm version

$ nvm uninstall 8.8.1
Posted by: Guest on October-13-2021
0

nvm remove node version

//removing manually:

cd ~/.nvm/versions/node
sudo rm -rf v4.2.3/
Posted by: Guest on February-09-2022

Browse Popular Code Answers by Language