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 :: mac list used port 
Shell :: bash how to remove rows if specific field is blank 
Shell :: bash copy all hidden files 
Shell :: change git commit date 
Shell :: flutter doctor android license exception in thread main 
Shell :: how to stop a node server from running 
Shell :: files changed in a commit 
Shell :: git disable pgp 
Shell :: how to add ca to linux 
Shell :: apt NO_PUBKEY 23E7166788B63E1E 
Shell :: get filebeat version 
Shell :: Error: That port is already in use. 
Shell :: ffmpeg convert directory 
Shell :: linux permission denied jupyter notebook 
Shell :: list stopped containers 
Shell :: batch sleep 
Shell :: rpi sudo file browser 
Shell :: how to remove first line from output using awk 
Shell :: how to install node.tar.xz in ubuntu 
Shell :: Authentication is required to create a color managed device 
Shell :: how to see path in command prompt 
Shell :: bash run inline command 
Shell :: tmux set color 
Shell :: libxml2 install 
Shell :: compress with tar.gz ubuntu 
Shell :: uninstall package from ubuntu 
Shell :: telegram for archlinux 
Shell :: install pip3.9 
Shell :: ffmpeg cutting time video 
Shell :: why is gitlens not working on vscode 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =