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 :: shell script red color 
Shell :: delete git branch from remote 
Shell :: install pip archlinux 
Shell :: rename heroku app local 
Shell :: change regolith terminal 
Shell :: git show list of stashes 
Shell :: windows 10 path to wsl 
Shell :: az aks get-credentials 
Shell :: how to check what default browser in linux 
Shell :: microsoft store installation location 
Shell :: how to check if helm is installed 
Shell :: install AMD drivers on Ubuntu 21.04 
Shell :: install composer package from github 
Shell :: wsl2 file 
Shell :: Install Docker Engine on EC2 Instance 
Shell :: setup ftp server linux 
Shell :: install brew on mac 
Shell :: Display your current shell name 
Shell :: git uncommit last commit but keep changes 
Shell :: rm directory not empty mac 
Shell :: unix change timestamp of file 
Shell :: docker desktop kubernetes dashboard 
Shell :: tcpdump filter ip address 
Shell :: nohup output file 
Shell :: git push -u rejected 
Shell :: fish wsl 
Shell :: OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) 
Shell :: get filename from path powershell 
Shell :: netstat pid 
Shell :: Grab IP address only (Linux) 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =