npm install -g npm安装报错

npm ERR! code EEXIST
npm ERR! path D:\nodejs\npm.cmd
npm ERR! Refusing to delete D:\nodejs\npm.cmd: is outside D:\nodejs\node_modules\npm and not a link
npm ERR! File exists: D:\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:
npm ERR!     C:\Users\******\AppData\Roaming\npm-cache\_logs\2020-09-23T08_14_13_935Z-debug.log

升级npm过程中报错,把能找到的办法都试了一遍,依旧未解决。终于,在 windows手动安装npm教程 即vue找到了原因,因为我没有创建node_global文件夹,这个是自己创建的!不是安装的时候自动生成的!之前还迷惑为什么别的小盆友都有node_global文件夹,俺没有,终于破案了,今天也是为自己的智商忧愁的一天,sigh。

你可能感兴趣的:(nodejs)