安装8版本
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
安装10版本
curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
安装11版本(推荐)
curl -sL https://rpm.nodesource.com/setup_11.x | bash -
执行安装指令:
sudo yum -y install nodejs
安装完成后查看版本号:
node -v
包含其他系统安装方法的参考链接:
通过包管理器方式安装 Nodejs
https://github.com/nodesource/distributions
未经允许不得转载:阿藏博客 » RedHat CentOS安装nodejs方法