centos yum 安装 nodejs 和 npm

前端之家收集整理的这篇文章主要介绍了centos yum 安装 nodejs 和 npm前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

npm 一般随着 node 安装 就自动安装了

curl --silent --location https://rpm.nodesource.com/setup_5.x | bash -

执行完后执行

yum -y install nodejs

参考
http://www.jianshu.com/p/c4b3c8b435ab

原文链接:https://www.f2er.com/centos/378648.html

猜你在找的CentOS相关文章