当我尝试在项目中启动“纱线构建”时出现错误。 使用Angular 4.3.2
错误发生在有关agGrid的node_modules中。...O_O
https://user-images.githubusercontent.com/23096645/63960733-7430cc80-ca8f-11e9-971e-6ec337b8d28a.jpg
我也尝试过排除它,但是在有关agGrid的2个文件(agPanel.d.ts,agDialog.d.ts)中,我导入错误:
declare const AgPanel_base: {
new (...args: any[]): {
[x: string]: any;
--> popupService: import("./popupService").PopupService;
--> gridOptionsWrapper: import("../gridOptionsWrapper").GridOptionsWrapper;
renderComponent?(): void;
config: any;
...
如何解决此问题?