我对angular并不陌生,我试图用highcharts构建一个菜板,但出现此错误:
node_modules / highcharts-angular / lib / highcharts-chart.component.d.ts(22,25)中的错误:错误TS2694:命名空间'“ C:/ Users / HP / Desktop / PFE / Nouveau dossier 3 / dashboard / node_modules / @ angular / core / core“'没有导出的成员'ɵɵFactoryDef'。 node_modules / highcharts-angular / lib / highcharts-chart.component.d.ts(23,18):错误TS2314:通用类型'ɵɵComponentDefWithMeta'需要6个类型参数。
** Angular Live Development Server正在localhost:4200上侦听,请在http://localhost:4200/上打开浏览器** 我「wdm」:编译失败。
似乎是从角度8升级到9后出现的问题,可能的解决方法是删除node_modules
,然后再次运行npm install
。
原始线程:https://stackoverflow.com/a/59741546/12285185
如果这无济于事,请像stackblitz这样的在线编辑器中重新创建您的配置,以便我检查为什么它不起作用或可以做什么。