More than 5 years have passed since last update.
posted at 2013-12-07
updated at 2016-01-25
node.js(0.10.x)はepelを使えるようにしておけばyumで簡単にインストールできる
yum install epel-release
yum install nodejs npm --enablerepo=epel
npmで使うパッケージもあるのでc++を入れる
yum install gcc gcc-c++