Cannot find module '@firebase/app-types/private' - Firebase throws error

前端 未结 4 1316
隐瞒了意图╮
隐瞒了意图╮ 2020-12-03 11:42

I am working on application using angular and firebase. I installed firebase with the instructions given on site and the versions as follows,

\"angularfire2         


        
4条回答
  •  离开以前
    2020-12-03 12:18

    UPDATE April/2018:

    package.json:

    "angularfire2": "^5.0.0-rc.6",
    "firebase": "^4.12.1",
    

    npm install

提交回复
热议问题