美文网首页
阿里云linux升级新版本npm、nodejs

阿里云linux升级新版本npm、nodejs

作者: ArslanRobot | 来源:发表于2023-11-14 15:18 被阅读0次

alibaba linux默认yum install npm安装的版本太低,使用以下方式升级版本

卸载

yum remove nodejs npm -y

安装新版本

sudo yum install https://rpm.nodesource.com/pub_21.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y 
sudo yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1

相关文章

网友评论

      本文标题:阿里云linux升级新版本npm、nodejs

      本文链接:https://www.haomeiwen.com/subject/mbyjwdtx.html