在使用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
但是都没有起效果,如果有哪位前辈之前也遇见过相同的问题或者是知道怎么解决这个问题,麻烦告知一下,谢谢!
在npm官网查看,vue-cli 好像没有你用的创建项目的命令,装了最新版的vue-cli, 运行没有反应。
npm 上的文档是这样的:
$ vue init <template-name> <project-name>
template-name 有6个官方的 vuejs-templates:
文档连接:https://www.npmjs.com/package...