Answers for "update node js in macos"

5

upgrading node on mac

1 brew update
2 brew upgrade node
Posted by: Guest on February-12-2020
2

update NODE mac

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language