@singuerinc


2014.01.16 by Nahuel Scotti | 1 min read

Install Node.js on Ubuntu


Install Node.js on Ubuntu!

$ 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
$ node --version // v0.10.24
  • #nodejs
  • #ubuntu