Answers for "nvm uninstall node 10"

1

remove nvm version

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

nvm uninstall node

// Removing Manually if nvm still gives the same list of installed versions as before

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language