Horje
how to remove nvm Code Example
remove nvm version
$ nvm uninstall 8.8.1
how to remove 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
Source: github.com




Shell

Related
linux cmd uninstall Code Example linux cmd uninstall Code Example
wkhtmltopdf javascript Code Example wkhtmltopdf javascript Code Example
how to clone github repository in my google colab Code Example how to clone github repository in my google colab Code Example
the authenticity of host gitlab can't be established Code Example the authenticity of host gitlab can't be established Code Example
git clone in gitpython Code Example git clone in gitpython Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11