@ngrx/store 7.0.0 compatibility?
See original GitHub issueHi, I’m upgrading to NGRX 7.0 and I’m getting this warning:
npm WARN ngrx-store-localstorage@5.1.0 requires a peer of @ngrx/store@^4.0.0 || ^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
Is ngrx-store-localstorage
compatible with NGRX 7 and it’s just a matter of updating the version requirements?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top Results From Across the Web
@ngrx/store@latest versions and peer dependencies
Online Peer dependency version tool to search for compatible versions of related NPM packages.
Read more >ngrx/store
Start using @ngrx/store in your project by running `npm i @ngrx/store`. There are 571 other projects in the npm registry using @ngrx/store.
Read more >platform/CHANGELOG.md at master · ngrx/platform
Contribute to ngrx/platform development by creating an account on GitHub. ... component-store: make library compatible with ViewEngine (#2580) (ba0818e) ...
Read more >ngrx/store@6.1.0 requires a peer of @angular/core@^6.0. ...
So upgrading to NgRx 6.1.2 make it usable and compatible with angular 7 and you can ignore the peer dependencies.
Read more >Store
Store is RxJS powered state management for Angular applications, inspired by Redux. Store is a controlled state container designed to help write performant, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bufke Thanks for the help, I’ll release tonight! 👍👍
This should be out now @zeetah, sorry for delay!