Angular 9 - NGCC fails with an unhandled exception

后端 未结 16 1646
离开以前
离开以前 2020-12-24 05:40

Buidling the application after having upgraded dependcies to Angular 9 (and having performed necessary code changes) throws an error:

Compiling @ang

16条回答
  •  旧时难觅i
    2020-12-24 06:29

    In my case I installed angular-font-awesome package from npm and then bootstrap, it might got conflicted, I just remove previously installed angular-font-awesome and then done ng build

提交回复
热议问题