The Cloud Functions emulator requires the module “firebase-admin” to be installed

前端 未结 3 1239
伪装坚强ぢ
伪装坚强ぢ 2020-12-11 15:53

Continuing to try to get firebase serve to work again. I just asked this question (and got a good reply, thanks): npm ERR! peer dep missing: firebase-admin@^7.0

3条回答
  •  囚心锁ツ
    2020-12-11 16:19

    I was seeing the same thing and it looks like you can downgrade your firebase-tools version to 6.8.0

    npm install firebase-tools@6.8.0 -g

    (I've tried this and it works)

提交回复
热议问题