CentOS 无法通过 yum 安装新版 nodejs 解决办法(安装的还是老版的)
Posted savokiss
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 无法通过 yum 安装新版 nodejs 解决办法(安装的还是老版的)相关的知识,希望对你有一定的参考价值。
官网安装说明:CentOS 安装 nodejs
第一步:
curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
第二步:
sudo yum -y install nodejs
如果以上步骤不能安装 最新版 node,执行以下命令后再执行第二步:
sudo yum clean all
如果存在多个 nodesoucre,执行以下命令删除,然后重新执行第一第二步:
sudo rm -fv /etc/yum.repos.d/nodesource*
以上是关于CentOS 无法通过 yum 安装新版 nodejs 解决办法(安装的还是老版的)的主要内容,如果未能解决你的问题,请参考以下文章