Answers for "uninstall old version of node nvm"

3

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

Browse Popular Code Answers by Language