Design-Code icon indicating copy to clipboard operation
Design-Code copied to clipboard

nodejs on Ubuntu 15

Open Amolmore456 opened this issue 10 years ago • 1 comments

The version of Node you are using is outdated, to get the latest version, you will need to compile from the source, which you can get here https://nodejs.org :)

$ sudo apt-get install build-essential
$ tar zxvf path/to/node-v0.12.7-linux-x64.tar.gz
$ cd node-v0.12.7-linux-x64
$ ./configure
$ make
$ sudo make install

It should take around 10 minutes to compile, depending on your system

escargotprodige avatar Sep 07 '15 18:09 escargotprodige