假如懶得自己build nodejs,就來使用這種方式安裝 nodejs on centos 6.5
(from the NodeSource Enterprise Linux and Fedora binary distributions repository)

簡單兩行就可以安裝完成
  sudo curl -sL https://rpm.nodesource.com/setup | sudo bash -
  sudo yum install -y nodejs