Answers for "command to change node version for mac"

1

change version of node mac

// first download "n"
npm install -g n 
// then run command to switch to specific node version
n 14.18.0
Posted by: Guest on March-22-2022
4

update NODE mac

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Posted by: Guest on August-28-2020
2

update node js mac to latest version

brew update
brew upgrade node
Posted by: Guest on August-14-2021

Code answers related to "command to change node version for mac"

Code answers related to "Javascript"

Browse Popular Code Answers by Language