【发布时间】:2020-05-18 10:08:18
【问题描述】:
我有一个旧版本的 vue CLI,我想升级到 CLI 3,所以首先我要做的是卸载以前的版本:
npm uninstall vue-cli -g
然后尝试安装:
npm install -g @vue/cli
我收到以下错误:
npm ERR! Unexpected end of JSON input while parsing near '...ulp-rename":"0.0.33",'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\31089\AppData\Roaming\npm-cache\_logs\2020-02-02T11_48_31_187Z-debug.log
完整的日志信息可见here
我的node 版本:v12.14.0
我的npm 版本:6.13.4
我试过了
npm cache clean --force
但是没有用。
【问题讨论】: