【发布时间】:2019-05-30 10:25:01
【问题描述】:
ng 更新 @angular/cli @angular/core 。 - 按照https://update.angular.io/#7.0:8.0 的指南从 7 升级到 8 时出现以下错误
> "@angular/core" (requires "^6.0.0" (extended), would install "8.0.0").```
Incompatible peer dependencies found. See above.
package.json has the below versions
"dependencies": {
"@angular/animations": "^7.0.4",
"@angular/common": "^7.0.3",
"@angular/compiler": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/forms": "^7.0.3",
"@angular/http": "^7.0.3",
.....
````
【问题讨论】:
-
貌似
@ngrx/store还没有发布支持 Angular 8 的版本。