提问者:小点点

使用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

共1个答案

匿名用户

尝试清除缓存:

npm cache clean --force