You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
My project is running React 18.2.0.
Thank you
The text was updated successfully, but these errors were encountered: