Angular 9 - NGCC fails with an unhandled exception

后端 未结 16 1631
离开以前
离开以前 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:27

    Try to remove the node_modules folder and run install again:

    rm -rf node_modules
    
    npm install
    

    For me it has solved the problem.

提交回复
热议问题