Monday, February 17, 2014

Update node.js on Mac OS X

After installing node.js on Mac OS X using

 brew install node  


Do:

 brew update  
 brew upgrade node  
 npm update npm -g  
 node --version  

No comments:

Post a Comment