Angular 9 - NGCC fails with an unhandled exception

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

    in case version mismatch.. check first version node js and angular js

    then write : npm install => : ng serve

    if have port issue : ng server --port 4201

提交回复
热议问题