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

后端 未结 4 1375
我在风中等你
我在风中等你 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 19:13

    npm install -g typescript@3.5.3 worked for me. I assume higher versions would work as well. It is important to update the global typescript version as my local typescript version update didn't work

提交回复
热议问题