-
Notifications
You must be signed in to change notification settings - Fork 24
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
"react-advanced-form@1.7.2" has incorrect peer dependency "react@^15.0.0" #409
Comments
Hey, @renepardon. I'm currently not working on this project (see the status update), but critical issues and vulnerabilities should be fixed even in this mode. Do you mind shipping that dependency version bump in a pull request? If there's any build/test failures I'll gladly help to resolve them. Thanks. |
@kettanaito If @renepardon has not yet I would be happy to oblige |
Hey, @ajschlosser. That would be great, I could use some help with this issue. Let me know if you need any help in preparing a pull request. Thank you! |
This is still an issue $ npm install react-advanced-form --save
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: aisg-support@1.0.0
npm ERR! Found: react@16.14.0
npm ERR! node_modules/react
npm ERR! react@"^16.8.6" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0" from react-advanced-form@1.7.2
npm ERR! node_modules/react-advanced-form
npm ERR! react-advanced-form@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\ashaheen\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ashaheen\AppData\Local\npm-cache\_logs\2021-03-25T15_35_11_599Z-debug.log |
Is this project still maintained? If so, could you please update the peer dependency to latest react version to hide this warning during application build?
The text was updated successfully, but these errors were encountered: