gpt4 book ai didi

Angular 9 mat-progress-buttons 错误 : ERROR in Failed to compile entry-point mat-progress-buttons (es2015 as esm2015) due to compilation errors

转载 作者:行者123 更新时间:2023-12-03 15:48:09 24 4
gpt4 key购买 nike

从 Angular 8 更新到 Angular 9 后,下面给出的 mat-progress-button 出现错误。
它在 Angular 8 上运行良好。 MatProgressButton 与 Angular 9 不兼容吗?

node_modules/mat-progress-buttons/esm2015/mat-progress-buttons.js:181:26 - error NG1010: Value at position 1 in the NgModule.imports of MatProgressButtonsModule is not a reference: [object Object]

导入看起来像: import { MatProgressButtonsModule } from 'mat-progress-buttons';
我的 package.json 看起来像这样:
  "dependencies": {
"@angular/animations": "^9.0.2",
"@angular/cdk": "^9.1.0",
"@angular/common": "~9.0.2",
"@angular/compiler": "~9.0.2",
"@angular/core": "~9.0.2",
"@angular/forms": "~9.0.2",
"@angular/material": "^9.1.0",
...
"@angular/router": "~9.0.2",
"core-js": "^2.5.4",
"mat-file-upload": "^1.3.2",
"mat-progress-buttons": "^8.0.7",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.3",
"@angular/cli": "~9.0.3",
"@angular/compiler-cli": "~9.0.2",
"@angular/language-service": "~9.0.2",
...
"typescript": "^3.7.5"
}
}

最佳答案

我遇到过同样的问题。似乎已安装模块的版本存在某种错误。我通过删除解决了它node_module文件夹并使用 npm install 重新启动它.

关于Angular 9 mat-progress-buttons 错误 : ERROR in Failed to compile entry-point mat-progress-buttons (es2015 as esm2015) due to compilation errors,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60426421/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com