如何解决centos的nodejs npm版本的升级
删除node
yum remove nodejs
删除yum源
cd 到yum源配置文件夹:cd /etc/yum.repo.d
,删除以 node 开头的源;
清除 yum 缓存 yum clean all
安装node
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
yum install -y nodejs
更新 npm
npm install npm@latest -g
命令:npm -v 输出版本号就成功安装了。
相关推荐
boneix 2020-10-21
seanzed 2020-10-15
ifconfig 2020-10-14
学留痕 2020-09-20
往后余生 2020-09-17
kka 2020-09-14
redis 2020-09-07
lzccheng 2020-09-06
soyo 2020-08-31
stonerkuang 2020-08-18
LxyPython 2020-08-17
raksmart0 2020-08-17
Lzs 2020-08-14
MrHaoNan 2020-07-31
80530895 2020-07-05
lengyu0 2020-06-28
YarnSup 2020-06-28
huanglianhuabj00 2020-06-27