# Tips and Tricks for Node.js # API Documentation: http://nodejs.org/api/all.html # 1. Upgrade Node.js with NVM sudo npm cache clean -f curl https://raw.githubusercontent.com/creationix/nvm/v0.10.0/install.sh | bash # install NVM sudo nvm install v0.10.29 # install node v0.10.29 sudo nvm use v0.10.29 # use node v0.10.29