Tuesday, September 10, 2013

Installing Nodejs in Ubuntu

Simply execute the following commands in Ubuntu Terminal


sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update

sudo apt-get install nodejs

No comments:

Post a Comment