vue 安装不上,报错,解决办法如下

前言:
vue安装问题就能难倒一拨人,还没等开发呢,就先退下了,看看解决办法,加速学习~~


安装vue 安装命令 npm install -g @vue/cli

-codegen-core@0.38.1@apollo-codegen-core\node_modules\@babel\generator\node_modules\.bin\jsesc.ps1
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\Administrator\AppData\Roaming\npm-cache\_logs\2020-11-20T02_31_27_602Z-debug.log
解决办法:
直接前往 C:\Users\Administrator\AppData\Roaming\npm\vue找到这个vue文件然后删除,在重新全局安装,就可以了
根据自己的安装目录进行查找,如下图进行删除,重新运行 安装命令 npm install -g @vue/cli

在这里插入图片描述

Logo

前往低代码交流专区

更多推荐