-3
  1. 我在安装 vuetify 项目的过程中遵循了这些:

    -npm install -g vue-cli 
    -vue init vuetifyjs/webpack my-project
    
  2. 这是显示的所有错误中的结果:

    -npm ERR! Unexpected end of JSON input while parsing near '...","eslint":"^1.3.1","'
    
4

1 回答 1

0

您需要清除 npm 缓存。

尝试

  1. npm 缓存清理 --force

  2. npm install -g vue-cli

  3. vue init vuetifyjs/webpack 我的项目

于 2018-02-14T18:19:03.267 回答