warning "react-router-redux@5.0.0-alpha.6" has incorrect peer dependency "react@^15".
See original GitHub issueVersion
react-router-redux@5.0.0-alpha.6
Steps to reproduce
yarn add react@^16.0.0
yarn add react-router-redux@next
yarn check
Question
Does react-router-redux work with React 16? Everything is working for me locally in an app I’m working on.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Dependency warnings when using create-react-app #4342
Installing react-scripts (or making a React app via create-react-app ) spits out a ton of dependency warnings. This didn't occur in yarn 0.x....
Read more >reactjs - React 16 - Incorrect Peer Dependency - Stack Overflow
After migrating to React 16 I got a lot of warnings which say that there is an incorrect Peer Dependency. How can I...
Read more >styled-components@5.3.5" has unmet peer dependency ...
Getting warning while installing via yarn for react-is and stylis, even ... Github.com ... has incorrect peer dependency "react@^16.8.0 || ^17.0.0". warning ......
Read more >you must install peer dependencies yourself Code Example
npm WARN codelyzer@6.0.1 requires a peer of tslint@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
Read more >How to solve peer dependencies error after updating ... - Reddit
Correct my if I'm wrong but deleting node modules dir with package-lock.json and running “npm install --legacy-peer-deps” should do the trick.
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 Free
Top 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

I’ll publish an update soon.
@homer0 thx! that worked