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

Peer dependency issues #4

Open
mdodge-ecgrow opened this issue Apr 11, 2024 · 0 comments
Open

Peer dependency issues #4

mdodge-ecgrow opened this issue Apr 11, 2024 · 0 comments

Comments

@mdodge-ecgrow
Copy link

mdodge-ecgrow commented Apr 11, 2024

Hello,
When I update packages in my project, I am getting peer dependency warnings that appear to be stemming from your package. Please correct me if I am wrong.

This is what I am seeing:

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react-alert-template-mui/node_modules/react
npm WARN   react@"^16.11.0" from [email protected]
npm WARN   node_modules/react-alert-template-mui
npm WARN     react-alert-template-mui@"^1.0.7" from the root project
npm WARN   4 more (@material-ui/core, @material-ui/styles, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer react@"17.0.2" from [email protected]
npm WARN node_modules/react-alert-template-mui/node_modules/react-dom
npm WARN   peer react-dom@"^16.8.0 || ^17.0.0" from @material-ui/[email protected]
npm WARN   node_modules/react-alert-template-mui/node_modules/@material-ui/core
npm WARN   3 more (@material-ui/styles, @material-ui/system, @material-ui/utils)
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/react
npm WARN   peer react@"17.0.2" from [email protected]
npm WARN   node_modules/react-alert-template-mui/node_modules/react-dom
npm WARN     peer react-dom@"^16.8.0 || ^17.0.0" from @material-ui/[email protected]
npm WARN     node_modules/react-alert-template-mui/node_modules/@material-ui/core
npm WARN     3 more (@material-ui/styles, @material-ui/system, @material-ui/utils)

My project is running React 18.2.0.

Thank you

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

1 participant