vue-cli 创建项目时报错 npm ERR! Unexpected end of JSON input while parsing near '...nd-index-1.0.2.tgz"

解决方案来自:https://github.com/vuejs-templates/webpack/issues/990

最直接的方案:

项目目录下输入:

npm cache clean --force

再重新

npm install

应该就没问题了

你可能感兴趣的:(vue-cli 创建项目时报错 npm ERR! Unexpected end of JSON input while parsing near '...nd-index-1.0.2.tgz")