Answers for "mac, install nvm"

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
4

install nvm mac

nvm ls
Posted by: Guest on October-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language