Install node.js

Here's how to install node.js on your cPanel server yum install openssl-devel cd /usr/local/src wget http://nodejs.org/dist/v0.6.8/node-v0.6.8.tar.gz tar zxvf node-v0.6.8.tar.gz cd node-v0.6.8 ./configure make make install If you get the error:…

Continue ReadingInstall node.js