Ng serve throwing @angular/core/core has no exported member 'eeFactoryDef'

前端 未结 6 869
说谎
说谎 2021-01-03 18:05

Im getting like 50 errors that all say that angular/core/core has no exported member \'eeFactoryDef\'.

They come from different node_modules, for example angular/cdk

6条回答
  •  遥遥无期
    2021-01-03 18:42

    I ran into this after updating some packages (including Angular from 8 to 9), then downgrading again.

    The solution was to nuke the node_modules folder and then do a fresh npm install.

提交回复
热议问题