美文网首页
CentOS安装Node.js

CentOS安装Node.js

作者: 挨踢的懒猫 | 来源:发表于2017-06-20 13:46 被阅读101次

下载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

相关文章

网友评论

      本文标题:CentOS安装Node.js

      本文链接:https://www.haomeiwen.com/subject/ktwoqxtx.html