You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
The text was updated successfully, but these errors were encountered:
@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?
I believe that this issue only states the package.jsonpeerDependencies 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
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").
The text was updated successfully, but these errors were encountered: