在使用 cmd 命令行安装 vue3.0 时报错 Unexpected end of JSON input while parsing near '…pendencies":{"@babel/

我用 vue-cli 安装了多个项目,清理一下缓存,运行命令
npm cache clean --force

然后再重新执行 npm 安装命令,安装成功

在尝试使用cmd命令行安装Vue3.0时遇到解析错误,错误信息显示为'Unexpected end of JSON input'。通过执行`npm cache clean --force`清理缓存后,问题得到解决,重新运行npm安装命令成功安装Vue3.0。
在使用 cmd 命令行安装 vue3.0 时报错 Unexpected end of JSON input while parsing near '…pendencies":{"@babel/

我用 vue-cli 安装了多个项目,清理一下缓存,运行命令
npm cache clean --force

然后再重新执行 npm 安装命令,安装成功


被折叠的 条评论
为什么被折叠?