Answers for "how to install new version of nodejs on mac"

3

install node mac

brew install node #Homebrew required
Posted by: Guest on February-06-2021
2

update nodejs mac

sudo npm cache clean -f 
sudo npm install -g n
sudo n stable/lts
Posted by: Guest on October-21-2020

Code answers related to "how to install new version of nodejs on mac"

Code answers related to "Javascript"

Browse Popular Code Answers by Language