Broken peer dependency with React 18
See original GitHub issuenpm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: xxxxxx@2.0.1
npm ERR! Found: react@18.1.0
npm ERR! node_modules/react
npm ERR! react@"^18.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"15.x || 16.x || 17.x" from react-email-editor@1.6.0
npm ERR! node_modules/react-email-editor
npm ERR! react-email-editor@"^1.6.0" from the root project
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
create-react-app dependency version issues with React 18
this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. The command ...
Read more >Conflicting peer dependency: react@18.0.0 #3517 - GitHub
It looks like you have React 18 installed or one of those dependencies drags in React 18 which is incompatible with the other...
Read more >Add React 18 as a peer dependency - Morioh
Could you add a newly released React 18.0 as a peer dependency so that we can avoid npm install warning? React 18 is...
Read more >[Fixed] NPM conflicting peer dependency error
Conflicting peer dependency: webpack@5.64.4 npm ERR! ... We see this issue most commonly with React v17+ projects (or version 18 now).
Read more >React 18 is not compatible with Fluent UI and how to work ...
React version 18 has recently been pushed into npm which is great if all of your components ... Could not resolve dependency: npm...
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

@adeelraza hi, is it possible to release a version for react 18 ? ty
This should be resolved now.