Answers for "nvm mac os install"

4

install nvm with brew

brew update
brew install nvm
mkdir ~/.nvm
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
Posted by: Guest on November-24-2020
2

nvm for mac

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm --version
nvm install --lts
nvm use --lts
Posted by: Guest on February-12-2021
0

install nvm mac

brew uninstall --ignore-dependencies nodebrew uninstall --force node
Posted by: Guest on March-05-2021

Browse Popular Code Answers by Language