react-apple-login
react-apple-login copied to clipboard
Could not resolve dependency: npm ERR! peer react@"^15.0.0 || ^16.0.0" from [email protected]
I am getting this error when I tried to install: npm i react-apple-login
https://www.npmjs.com/package/react-apple-login
@patelmayankce Same issue here! please update react version.
Same issue, are there any updates?
I just checked v1.1.3 and package.json looks like it only has support for React 15 and 16.
In master though package.json looks like it has support for React 17. Might just need someone with access to npm to push a v1.1.4 to npm @patelmayankce ?
Oh I saw some commits in Jan this year so maybe the maintainer is just busy? (actually those commits look like updating the package.json to React 17 but not sure why they didn't push to npm registry)
Btw, if you'd still like to use this module you can lock to a github commit version - just type this into the root of your project.
npm i https://github.com/patelmayankce/react-apple-login.git#dc9c5ad477062ec12d9b9b51518fe8504a510ca0
Have been testing all day with this and so far no problems 👍
Hello, Sorry was busy and didn’t get chance to release.
i am going to allocate some time for refinements next week.
thanks for reporting this.
Can you please fix this asap ?
Can you please fix this asap ?
@saudrepaircms
Please read this - https://jacobtomlinson.dev/posts/2022/dont-be-that-open-source-user-dont-be-me/
Hey @patelmayankce, kind reminder; that a lot of people are waiting for your npm publish 🤗 . I resolved all issues in my project deps related to other packages, only this one left to let me not doing legacy-peer-deps npm installs. It's really annoying, I also needed to change pipelines to be able to install your lib.
I hope you are doing well and this will be resolved soon. If some help needed here, please write a note.
FYI, issue fixed. At least the new version has published.
Are there any plans to start supporting React 18 ? React 17 is no longer being actively supported: https://endoflife.date/react
@danWithABeard follow this PR, please.
Thanks, @hosembafer ! Looking forward to that PR getting merged soon. 🤞