npm ERR! path D:\laragon\bin\nodejs\node-v12\npm.cmd
npm ERR! code EEXIST
npm ERR! Refusing to delete D:\laragon\bin\nodejs\node-v12\npm.cmd: is outside D:\laragon\bin\nodejs\node-v12\node_modules\npm and not a link
npm ERR! File exists: D:\laragon\bin\nodejs\node-v12\npm.cmd
npm ERR! Move it away, and try again.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\18462\AppData\Roaming\npm-cache\_logs\2020-06-09T13_58_46_978Z-debug.log
最后将D:\laragon\bin\nodejs\node-v12
下的npm.cmd改成了npmx.cmd,其余有关npx和npm的文件全部删除。执行npmx -g install -npm
命令,如果还不行就以管理员权限执行。