【Linuc-CentOS 】通过yum安装 指定版本的nodejs
时间:2019-01-14 21:13:12
收藏:0
阅读:380
原
【Linuc-CentOS 】通过yum安装 指定版本的nodejs
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/chanlingmai5374/article/details/80754809
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
sudo yum -y install nodejs
参考资料:https://nodejs.org/en/download/package-manager/ 搜索centos
原文:https://www.cnblogs.com/Leechg/p/10268733.html
评论(0)