当我运行npm install -g vue-cli时,它会不断抛出此错误消息:
npm ERR!路径C:\ Users \ End User \ AppData \ Roaming \ npm \ node_modules \ vue-cli \ node_modules \ nan \ package.json 错误的ERR!代码EPERM 错误的ERR! errno -4048 错误的ERR!系统调用unlink 错误的ERR!错误:EPERM:不允许操作,取消链接'C:\ Users \ End User \ AppData \ Roaming \ npm \ node_modules \ vue-cli \ node_modules \ nan \ package.json' 错误的ERR!在错误(本机) 错误的ERR! {错误:EPERM:不允许操作,取消链接'C:\ Users \ End User \ AppData \ Roaming \ npm \ node_modules \ vue-cli \ node_modules \ nan \ package.json' 错误的ERR!在错误(本机) 错误的ERR! stack:'错误:EPERM:不允许操作,取消链接\'C:\ Users \ End User \ AppData \ Roaming \ npm \ node_modules \ vue-cli \ node_modules \ nan \ package.json \'\ n出错(本机) ”, 错误的ERR!错误:-4048, 错误的ERR!代码:'EPERM', 错误的ERR!系统调用:'unlink', 错误的ERR!路径:'C:\ Users \ End User \ AppData \ Roaming \ npm \ node_modules \ vue-cli \ node_modules \ nan \ package.json'} 错误的ERR! 错误的ERR!请尝试以root / Administrator方式再次运行此命令。
npm ERR!可以在以下位置找到此运行的完整日志: 错误的ERR! C:\ Users \ End User \ AppData \ Roaming \ npm-cache_logs \ 2017-09-10T06_15_03_457Z-debug.log
我尝试了在线找到的所有可能的解决方案:
从具有管理员权限的Windows cmd运行
npm cache clean
关闭了我的文字编辑器
重启我的电脑
请帮我解决这个问题。
答案 0 :(得分:0)
我的Mac上也有问题,但也许这里有一些提示可以帮助您
希望这个技巧对您有用,请参阅 Mac OS : Install vue cli does work properly是我关于Mac问题的答案
thx