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

My project uses latest version of react. #101

Open
gpadbidri opened this issue Sep 22, 2022 · 2 comments
Open

My project uses latest version of react. #101

gpadbidri opened this issue Sep 22, 2022 · 2 comments

Comments

@gpadbidri
Copy link

gpadbidri commented Sep 22, 2022

My project uses latest version of react. However; when installing the plugin it wants a lower version. Why is it not compatible with latest version of react ?

Found: [email protected]
#9 38.15 npm ERR! node_modules/react
#9 38.15 npm ERR! react@"^17.0.1" from the root project
#9 38.15 npm ERR!
#9 38.15 npm ERR! Could not resolve dependency:
#9 38.15 npm ERR! peer react@"^15.6.0 || ^16.0.0" from [email protected]
#9 38.15 npm ERR! node_modules/react-coinbase-commerce
#9 38.15 npm ERR! react-coinbase-commerce@"^1.6.0" from the root project
#9 38.15 npm ERR!
#9 38.15 npm ERR! Fix the upstream dependency conflict, or retry
#9 38.15 npm ERR! this command with --force, or --legacy-peer-deps
#9 38.15 npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

@EricBallard
Copy link

EricBallard commented Jan 26, 2023

To anyone else reading this, this project still works but has not been updated in a year and should be considered abandoned.

As stated above the current build depends on an outdated version of react, to install via npm use

npm install --legacy-peer-deps react-coinbase-commerce

@Johann-S
Copy link

Johann-S commented Mar 1, 2023

Hi :) we created a fork of this project, it's up to date and rewritten in TypeScript: https://github.com/IOfate/react-coinbase-commerce

I use it in my company and it works well 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants