Getting error on ng serve: ERROR in Cannot read property 'listLazyRoutes' of undefined

前端 未结 3 457
迷失自我
迷失自我 2020-12-30 05:24

When running ng serve in command-line for an angular-cli generated project, I am getting error below:

 ERROR in Cannot read property \'listLazy         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-30 05:39

    This worked for me ERROR in Cannot read property 'listLazyRoutes' of undefined

    But I also needed to re install my @angular/core

提交回复
热议问题