react-mde
react-mde copied to clipboard
Dependency error trying to install
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
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
When is it going to be ready?