npm升级失败问题

7480 阅读量 | 栏目: 站长动态 | 作者: clin | 时间:2022-11-09 14:54:47 | 评价: 1条

npm升级失败问题

问题:使用nvm管理node版本,尝试将npm 从6.14.13运行npm install -g npm@7.20.0升级报错,如下:

 

npm ERR! code EEXIST
npm ERR! path d:\nvm\nodejs\npm.cmd
npm ERR! Refusing to delete d:\nvm\nodejs\npm.cmd: is outside d:\nvm\nodejs\node_modules\npm and not a link
npm ERR! File exists: d:\nvm\nodejs\npm.cmd
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.

npm ERR! A complete log of this run can be found in:
bug.log

 

 

解决方法:
找到node文件夹下的npm.cmd,重命名为npmx.cmd,然后删除此文件夹下的npm, npx.cmd, npx,然后执行 npmx install -g npm@7.20.0

来源:薇薇博客博客 微信:weicheng0526 ,转载请注明出处!
本文地址:https://blog.yousouji.com/20.html
在线留言 做同款博客或定制博客联系 QQ:343420553 微信:weicheng0526
网友评价 评价需要后台审核过后方可显示,禁止违反法律法规

游客    2022-04-09 20:59:50

我想做一个,怎么联系