下载Node.js源
6.x版本
sudo curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
8.x版本
sudo curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
Node.js 0.10
sudo curl --silent --location https://rpm.nodesource.com/setup | bash -
安装
sudo yum install nodejs
安装编译工具(可选)
如果需要编译npm插件,就需要安装编译工具
sudo yum install gcc-c++ make