安装vue-cli

时间:2017-09-10 06:28:09

标签: node.js npm vue.js vue-cli

当我运行npm install -g vue-cli时,它会不断抛出此错误消息:

Screen shot

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

    • 关闭了我的文字编辑器

    • 重启我的电脑

请帮我解决这个问题。

1 个答案:

答案 0 :(得分:0)

我的Mac上也有问题,但也许这里有一些提示可以帮助您

  1. 转到文件夹:C:\ Users \ End User \ AppData \ Roaming \ npm \ node_modules(在Windows中,请确保启用所有文件夹)
  2. 将文件夹 @vue vue-cli 移动到垃圾箱(以前的版本)
  3. 以管理员身份运行cmd.exe!
  4. npm install @ vue / cli -g

希望这个技巧对您有用,请参阅 Mac OS : Install vue cli does work properly是我关于Mac问题的答案

thx