-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
When trying to create a new app with redux v8 installed I get the following error:
npm ERR! Found: react-redux@8.0.4
npm ERR! node_modules/react-redux
npm ERR! react-redux@"8.0.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-redux@"^7.1.0" from redux-injectors@2.1.0
npm ERR! node_modules/redux-injectors
npm ERR! redux-injectors@"2.1.0" from the root projectI'm wondering if this is tangentially related to #34 - If I use --force or --legacy-peer-deps the install does finish, and the app does run and work without issue.
I think this could easily be fixed by adding redux 8 as a peer dep, but i know v7 to v8 is a major version bump
kestutisj, siarheipashkevich, treffiletti and desoss
Metadata
Metadata
Assignees
Labels
No labels