首页 > 解决方案 > 使用 npm 安装 Firebase 时出错

问题描述

我正在尝试使用 npm 命令安装 firebase。我尝试了不同的命令,但仍然遇到同样的错误。

npm install --save firebase
npm ERR! Unexpected end of JSON input while parsing near '...0ae6e1d9734f431ca8c39'

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ven/.npm/_logs/2020-07-20T14_28_15_516Z-debug.log

标签: node.jsfirebasenpm

解决方案


尝试清理缓存:

npm cache clean --force

推荐阅读