Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular Upgrade from v7 to v8 Peer Dependency issue #107

Open
AhmadShahid opened this issue Dec 23, 2019 · 4 comments
Open

Angular Upgrade from v7 to v8 Peer Dependency issue #107

AhmadShahid opened this issue Dec 23, 2019 · 4 comments

Comments

@AhmadShahid
Copy link

upgrading Angular version from 7.0 to Angular 8 by executing "ng update @angular/cli @angular/core" give me the follwing error Package "@angular-redux/store" has an incompatible peer dependency to "@angular/core" (requires "^6.0.1" (extended), would install "8.2.14").

image

@kirillgroshkov
Copy link

Same with Angular 9 now

@maplion
Copy link

maplion commented Feb 23, 2020

@kirillgroshkov or @AhmadShahid can you provide more information? What versions are your packages? I honestly didn't have any issues, but I think I updated my packages for @angular-redux/router and /store before I tried to do an ng update. Also, what version of node?

@kirillgroshkov
Copy link

I believe that this issue only states the package.json peerDependencies incompatibility. It's fixable by adding --force to ng update ..., but still annoying, since the fix is only to bump peerDependencies from ^7.0.0 to ^8.0.0

@AhmadShahid
Copy link
Author

@maplion i am currently updating it from v7 to v8 and i am using node version v10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants