react-mde icon indicating copy to clipboard operation
react-mde copied to clipboard

Dependency error trying to install

Open jpavelw opened this issue 2 years ago • 2 comments

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

jpavelw avatar Aug 09 '22 22:08 jpavelw

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

andrerpena avatar Aug 15 '22 22:08 andrerpena

When is it going to be ready?

altarrok avatar Mar 14 '23 21:03 altarrok