【Linuc-CentOS 】通过yum安装 指定版本的nodejs

curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
sudo yum -y install nodejs


参考资料:https://nodejs.org/en/download/package-manager/ 搜索centos

你可能感兴趣的:(【Linuc-CentOS 】通过yum安装 指定版本的nodejs)