Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove nvm version

$ nvm uninstall 8.8.1
Comment

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
Comment

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/
Comment

nvm remove node version

//removing manually:

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

PREVIOUS NEXT
Code Example
Shell :: windows view processes command line 
Shell :: powershell output to file 
Shell :: how to add an existing project to github 
Shell :: shell find string in directory 
Shell :: git stash show files changed 
Shell :: git add submodule 
Shell :: how to install protractor 
Shell :: xcode debug show full string 
Shell :: git add commit in one command 
Shell :: bash loop 
Shell :: install chrome in ubuntu 16.04 using terminal 
Shell :: update prisma latest version 
Shell :: chrome ubuntu 
Shell :: lsb release command centos 
Shell :: django load data 
Shell :: bash uppercase string 
Shell :: how to install mono on aws linux 
Shell :: how to install sdkman linux command line 
Shell :: look word in files command 
Shell :: copy folder ubuntu 
Shell :: sleep command bash 
Shell :: bash how to trim every nth line 
Shell :: allow localhose wsl2 
Shell :: how to remove a remote origin in git and add new 
Shell :: generate key and certificate openssl 
Shell :: pygtk install ubuntu 
Shell :: brave install ubuntu 
Shell :: where is global config file for git 
Shell :: convert all files and folders in current directory into zip in linux 
Shell :: iwconfig command not found 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =