Can't resolve all parameters for TranslateService: (?, ?, ?, ?, ?, [object Object]

后端 未结 2 357
终归单人心
终归单人心 2021-01-26 08:12

I could not test my ionic 3 app in browser anymore since yesterday because I get the following error related to TranslateService. This seems not related to my code sinc

2条回答
  •  佛祖请我去吃肉
    2021-01-26 08:31

    Today we faced the same problem in one of our workstation that shares the same node_module folder with the others! The error seems to be related with the latest Chrome updated version or the generated ts Source Maps or both, because when we were running our apps in dev mode to other browsers were working fine... A quick fix is to do a production build and load it on Chrome , then try again in dev mode. At least this worked for us and maybe will work for others to.

提交回复
热议问题