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

Conflicting peer dependencies #200

Open
mikicho opened this issue Jan 5, 2023 · 3 comments
Open

Conflicting peer dependencies #200

mikicho opened this issue Jan 5, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@mikicho
Copy link

mikicho commented Jan 5, 2023

First, thanks for this AMAZING project!!!
I get this warning while installing the recommended packages.

➜  email-editor npm install --save easy-email-core easy-email-editor easy-email-extensions react-final-form
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react
npm WARN   peer react@"^17.0.2" from [email protected]
npm WARN   node_modules/easy-email-core
npm WARN     easy-email-core@"*" from the root project
npm WARN     2 more (easy-email-editor, easy-email-extensions)
npm WARN   11 more (react-dom, easy-email-editor, easy-email-extensions, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@">=15.5 <=16.x" from [email protected]
npm WARN node_modules/react-codemirror2
npm WARN   react-codemirror2@"^7.2.1" from [email protected]
npm WARN   node_modules/easy-email-extensions
npm WARN
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/react
npm WARN   peer react@">=15.5 <=16.x" from [email protected]
npm WARN   node_modules/react-codemirror2
npm WARN     react-codemirror2@"^7.2.1" from [email protected]
npm WARN     node_modules/easy-email-extensions
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead

added 129 packages, and audited 130 packages in 2m

found 0 vulnerabilities
@m-Ryan
Copy link
Collaborator

m-Ryan commented Jan 5, 2023

It can be ignored for now, react-codemirror2 compatible with the current React version.
react-codemirror2 is no longer maintained, maybe it will be replaced by
monaco-editor.

@mikicho
Copy link
Author

mikicho commented Jan 5, 2023

Should I close this? Or you want to keep this open for tracking?

@m-Ryan
Copy link
Collaborator

m-Ryan commented Jan 6, 2023

Keep this open, I will close it if it is fixed.

@renyuanz renyuanz added the bug Something isn't working label Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants