Back to Top

Install node.js on Ubuntu

Updated 18 March 2013

Here are steps to install node.js on your ubuntu environment.

Steps 1 and 2 will install the dependencies.

1) sudo apt-get install g++ curl libssl-dev apache2-utils

2) sudo apt-get install git-core

Now download node.js with git.

Start your headless eCommerce
now.
Find out More

3) git clone git://github.com/ry/node.git

Now you are ready to install node.js.

4) cd node

5) ./configure

6) make

7) sudo make install

These 7 steps will install the node.js in your ubuntu environment.

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Back to Top

Message Sent!

If you have more details or questions, you can reply to the received confirmation email.

Back to Home