我正在通过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
安装了更新。
此问题从未发生过。是什么原因引起的,以后我会预防吗?谢谢