Answers for "how to uninstall nvm and node"

0

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
Posted by: Guest on December-29-2020
7

uninstall node package

npm uninstall <package_name>
Posted by: Guest on July-03-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language