如何解决有关agGrid的“ node_modules”中的“ yarn build”错误?

时间:2019-08-30 08:12:58

标签: angular build ag-grid yarnpkg

当我尝试在项目中启动“纱线构建”时出现错误。 使用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;
...

如何解决此问题?

0 个答案:

没有答案