question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Broken peer dependency with React 18

See original GitHub issue
npm 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:closed
  • Created a year ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
eviltikcommented, Jul 4, 2022

@adeelraza hi, is it possible to release a version for react 18 ? ty

0reactions
adeelrazacommented, Oct 27, 2022

This should be resolved now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found