美文网首页IT环境搭建
Centos 6 yum 安装 指定版本 nodejs

Centos 6 yum 安装 指定版本 nodejs

作者: 松上有婵 | 来源:发表于2019-05-20 17:40 被阅读0次

如果安装标准版本

安装说明 curl --silent --location https://rpm.nodesource.com/setup_10.x|bash -

如果安装最新版本

安装说明 curl --silent --location https://rpm.nodesource.com/setup_12.x|bash -

使用root用户 命令yum install -y nodejs

相关文章

网友评论

    本文标题:Centos 6 yum 安装 指定版本 nodejs

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