uninstall nvm linux code example
Example 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
Example 2: linux install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Example 3: linux install node
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -