Answers for "how to install nvm globally with brew"

8

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language