react-apple-login icon indicating copy to clipboard operation
react-apple-login copied to clipboard

Could not resolve dependency: npm ERR! peer react@"^15.0.0 || ^16.0.0" from [email protected]

Open vanessamarely opened this issue 3 years ago • 12 comments

I am getting this error when I tried to install: npm i react-apple-login

https://www.npmjs.com/package/react-apple-login

vanessamarely avatar Jan 18 '22 17:01 vanessamarely

@patelmayankce Same issue here! please update react version.

munafio avatar Jun 12 '22 20:06 munafio

Same issue, are there any updates?

hosembafer avatar Jun 13 '22 08:06 hosembafer

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 ?

jklp avatar Jul 13 '22 01:07 jklp

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 👍

jklp avatar Jul 13 '22 05:07 jklp

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.

patelmayankce avatar Jul 15 '22 15:07 patelmayankce

Can you please fix this asap ?

saudrepaircms avatar Jul 29 '22 20:07 saudrepaircms

Can you please fix this asap ?

@saudrepaircms

Please read this - https://jacobtomlinson.dev/posts/2022/dont-be-that-open-source-user-dont-be-me/

hosembafer avatar Jul 30 '22 19:07 hosembafer

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.

hosembafer avatar Aug 07 '22 18:08 hosembafer

FYI, issue fixed. At least the new version has published.

hosembafer avatar Aug 22 '22 19:08 hosembafer

Are there any plans to start supporting React 18 ? React 17 is no longer being actively supported: https://endoflife.date/react

danWithABeard avatar Aug 27 '22 16:08 danWithABeard

@danWithABeard follow this PR, please.

hosembafer avatar Aug 28 '22 14:08 hosembafer

Thanks, @hosembafer ! Looking forward to that PR getting merged soon. 🤞

danWithABeard avatar Sep 08 '22 20:09 danWithABeard