Angular 9 - NGCC fails with an unhandled exception

后端 未结 16 1513
离开以前
离开以前 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条回答
  •  隐瞒了意图╮
    2020-12-24 06:18

    • I removed tslib.js from package.json
    • Removed package-lock.json
    • Deleted node_modules folder
    • npm i
    • ng serve

    Worked for me

提交回复
热议问题