Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency error trying to install #343

Open
jpavelw opened this issue Aug 9, 2022 · 2 comments
Open

Dependency error trying to install #343

jpavelw opened this issue Aug 9, 2022 · 2 comments

Comments

@jpavelw
Copy link

jpavelw commented Aug 9, 2022

Hi, so I'm trying to install this package and I get the following error

code ERESOLVE
ERESOLVE unable to resolve dependency tree

While resolving: [email protected]
Found: [email protected]
node_modules/react
react@"^18.2.0" from the root project

Could not resolve dependency:
peer react@"^17.0.0" from [email protected]
node_modules/react-mde
react-mde@"*" from the root project

@andrerpena
Copy link
Owner

That's because I made the mistake of adding React as a peer dependency of react-mde up to version 11.*. I don't think this dependency served any real purpose.

Now, on version 12.*, React is no longer a dependency, but this version is not ready for prod yet :(. I'm sorry @jpavelw

@altarrok
Copy link

altarrok commented Mar 14, 2023

When is it going to be ready?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants