Property 'firebase' does not exist on type { production: boolean; }

前端 未结 5 1018
心在旅途
心在旅途 2020-12-24 04:11

So I was trying to build and deploy my Angular 4 app for production on both Firebase and Heroku, but I have come across the error as follows:

ERROR in /U

5条回答
  •  执笔经年
    2020-12-24 05:14

    Make sure there is no gap between firebase and :.

    That is, it should be firebase:, not firebase :.

提交回复
热议问题