node_modules/firebase-functions/lib/function-configuration.d.ts:4:64 - error TS1005: ']' expected

后端 未结 4 1381
我在风中等你
我在风中等你 2020-12-06 18:45

I am getting the following error when executing the command firebase deploy --only function in my Ionic 3 project. This solution is not working for me.

4条回答
  •  情歌与酒
    2020-12-06 18:51

    Check if any space got added into starting of this file. I had the same issue and after removing the space in the top of the file it was working.

提交回复
热议问题