IT环境搭建

Centos 6 yum 安装 指定版本 nodejs

2019-05-20  本文已影响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

上一篇 下一篇

猜你喜欢

热点阅读