使用vue-cli创建项目的时候出错

在使用vue-cli创建项目的时候出现如下报错:


命令:vue create vue-hello


报错:


npm ERR! Unexpected end of JSON input while parsing near '...ant":"^2.2.2","semver'

npm ERR! A complete log of this run can be found in:

npm ERR!     /Users/hope111/.npm/_logs/2018-05-27T08_16_41_717Z-debug.log

 ERROR  command failed: npm install --loglevel error --registry=https://registry.npm.taobao.org --disturl=https://npm.taobao.org/dist

报错图片:

https://img3.mukewang.com/5caeac6700014b4608000282.jpg

在网上查了很久,看到很多说是要清楚npm的缓存,使用下面这个指令:

npm cache clean --force

但是都没有起效果,如果有哪位前辈之前也遇见过相同的问题或者是知道怎么解决这个问题,麻烦告知一下,谢谢!


偶然的你
浏览 2180回答 5
5回答

长风秋雁

如果没有使用淘宝镜像,也出现这个问题的话,可以尝试在create项目配置插件的时候,不使用alibaba的eslint配置,也可以解决这个问题

慕田峪7331174

直接执行该命令就好啦
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript