@singuerinc


2014-01-16 by Nahuel Scotti | 1 min read

Install Node.js on Ubuntu

  • #nodejs
  • #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