当我们使用vue-cli脚手架创建项目的时候,出现了这的问题,这是npm下载出错了。
错误提示:
Vue CLI v4.5.9 Creating project in C:\Users\lenovo\Desktop\ffff\hello. Installing CLI plugins. This might take a while... npm ERR! Unexpected end of JSON input while parsing near '...":"^1.2.0","vue-html-' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\lenovo\AppData\Roaming\npm-cache\_logs\2020-12-14T13_40_02_550Z-debug.log ERROR command failed: npm install --loglevel error
解决办法:
注意:以管理员身份运行cmd,输入下面的指令。
1.清除缓存
npm cache clean --force
2.重新安装
npm install