在使用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报错图片:在网上查了很久,看到很多说是要清楚npm的缓存,使用下面这个指令:npm cache clean --force但是都没有起效果,如果有哪位前辈之前也遇见过相同的问题或者是知道怎么解决这个问题,麻烦告知一下,谢谢!
添加回答
举报
0/150
提交
取消