How to upgrade nodejs in ubuntu 14.04
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Found in David Walsh blog http://davidwalsh.name/upgrade-nodejs
Add resource :
https://www.digitalocean.com/community/questions/node-js-0-12-update-ubuntu
Comments
Post a Comment