解决办法
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs
链接:https://www.jianshu.com/p/fa785e11ea65
本文提供了一种通过curl和bash命令从nodesource下载并安装Node.js 6.x版本的方法,适用于Linux系统。首先使用curl命令静默下载安装脚本并设置为可执行文件,然后执行该脚本来安装Node.js。
解决办法
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs
链接:https://www.jianshu.com/p/fa785e11ea65
1802

被折叠的 条评论
为什么被折叠?