CentOS 7 通过 yum 安装 nodejs 和 npm
1、获取nodejs 资源
# 4.x
curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -
# 5.x
curl --silent --location https://rpm.nodesource.com/setup_5.x | bash -
# 0.10
curl --silent --location https://rpm.nodesource.com/setup | bash -
我这里安装的是 v4.x


2、安装
yum install -y nodejs


3、测试是否安装成功
node -v
# v4.4.0
npm -v
# 2.14.20

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:88
阅读量:29
阅读量:88
阅读量:149
阅读量:170