分类“开发环境”下的文章

Centos 安装 Node.js

方式一:yum 安装

wget -qO- https://rpm.nodesource.com/setup_7.x | bash -
yum install -y nodejs

其中 setup_7.x 中的 7.x 为要安装的版本,也可以改为 6.x、4.x

- 阅读剩余部分 -