Angular8 firebase configuration error '@angular/fire/angularfire2'

后端 未结 2 698
猫巷女王i
猫巷女王i 2021-02-05 02:11

When trying to \'ng serve\' after configuring angular with firebase, I got the error. Even though I googled this error message but could not find anything. In the error message,

2条回答
  •  逝去的感伤
    2021-02-05 03:04

    {
      //...
      compilerOptions: {
        "skipLibCheck": true,
        //...
      }
    }
    

    this solution not advisable, its may give some build time error, i got error while build with SSR, i can suggest you to update "rxjs": ,if your are using * version then update it to 9

提交回复
热议问题