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

"react-advanced-form@1.7.2" has incorrect peer dependency "react@^15.0.0" #409

Open
renepardon opened this issue Jun 17, 2020 · 4 comments

Comments

@renepardon
Copy link

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?

@kettanaito
Copy link
Owner

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.

@ajschlosser
Copy link

@kettanaito If @renepardon has not yet I would be happy to oblige

@kettanaito
Copy link
Owner

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!

@Asher978
Copy link

Asher978 commented Mar 25, 2021

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

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

5 participants
@renepardon @ajschlosser @kettanaito @Asher978 and others