Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

update node mac to specific version

//On Linux/Mac:
//The module n makes version-management easy:
sudo npm install n -g
//For the latest stable version:
sudo n stable
//For the latest version:
sudo n latest
 
PREVIOUS NEXT
Tagged: #update #node #mac #specific #version
ADD COMMENT
Topic
Name
4+7 =