在全局软件包更新期间,npm拒绝覆盖/删除文件

时间:2019-04-20 01:09:52

标签: node.js npm

我正在通过npm update -g更新全局软件包,总共9个。一个软件包给我以下安装错误

npm ERR! path C:\Users\**\AppData\Roaming\npm\now.cmd
npm ERR! code EEXIST
npm ERR! Refusing to delete C:\Users\**\AppData\Roaming\npm\now.cmd: is outside C:\Users\**\AppData\Roaming\npm\node_modules\now and not a link
npm ERR! File exists: C:\Users\**\AppData\Roaming\npm\now.cmd
npm ERR! Move it away, and try again.

我删除了now.cmd并通过npm i -g now安装了更新。 此问题从未发生过。是什么原因引起的,以后我会预防吗?谢谢

0 个答案:

没有答案