Answers for "update nodejs npm mac"

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
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