“Cómo eliminar NVM” Código de respuesta

Eliminar la versión NVM

$ nvm uninstall 8.8.1
Cruel Cheetah

Cómo eliminar NVM

Essentially you'd need to reverse the steps in install.sh - remove any nvm lines from ~/.bash_profile (and/or ~/.profile), rm -rf ~/.nvm, and either reopen your shell, or re-source your bash profile.

However, simply removing the nvm commands from your .bash_profile or .profile should be more than sufficient.

someone else said this:

rm -rf ~/.nvm
rm -rf ~/.npm
rm -rf ~/.bower
Outrageous Opossum

NVM Eliminar la versión del nodo

//removing manually:

cd ~/.nvm/versions/node
sudo rm -rf v4.2.3/
Embarrassed Echidna

Respuestas similares a “Cómo eliminar NVM”

Preguntas similares a “Cómo eliminar NVM”

Más respuestas relacionadas con “Cómo eliminar NVM” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código