Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodejs on Ubuntu 15 #11

Open
Amolmore456 opened this issue Sep 7, 2015 · 1 comment
Open

nodejs on Ubuntu 15 #11

Amolmore456 opened this issue Sep 7, 2015 · 1 comment

Comments

@escargotprodige
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants