How to install node on Ubuntu

Follow this steps to install node on Ubuntu:

git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
echo 'PATH=$PATH:$HOME/local/bin' >> $HOME/.bashrc
source ~/.bashrc

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment