Linuc-CentOS 通过yum安装 指定版本的nodejs
Posted 木木
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linuc-CentOS 通过yum安装 指定版本的nodejs相关的知识,希望对你有一定的参考价值。
原
【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
以上是关于Linuc-CentOS 通过yum安装 指定版本的nodejs的主要内容,如果未能解决你的问题,请参考以下文章