【发布时间】:2020-07-29 03:59:41
【问题描述】:
尝试通过安装vue js
npm install -g @vue/cli.
我的npm版本是6.14.4,node版本是12.16.2
这是我遇到的错误
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm ERR! Unexpected end of JSON input while parsing near '...nEaUD\r\n=F4TR\r\n---'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Sudesh\AppData\Roaming\npm-cache\_logs\2020-04-16T01_32_53_989Z-debug.log
我尝试查看存储库。我不明白这个问题的解决方案是什么。
【问题讨论】:
标签: vue.js npm npm-install