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

Support for React v17.0.1^ #183

Open
xantos008 opened this issue Feb 25, 2021 · 8 comments
Open

Support for React v17.0.1^ #183

xantos008 opened this issue Feb 25, 2021 · 8 comments

Comments

@xantos008
Copy link

Can't install to react 17

@serena-yu-rozettatech
Copy link

serena-yu-rozettatech commented May 17, 2021

Same here.

How to reproduce:

  1. Create a react project using the latest version (React 17.x) or upgrade react in an existing project.
  2. Run npm install --save react-flexbox-grid as per the documentation of react-flexbox-grid

Expected: package installed.

Actual:

npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: saleor-site@3.0.0-a.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.3 || ^15.5.4 || ^16.0.0" from react-flexbox-grid@2.1.2
npm ERR! node_modules/react-flexbox-grid
npm ERR!   react-flexbox-grid@"*" 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.

@nicotroia
Copy link

Try npm install --save react-flexbox-grid --legacy-peer-deps

@douglasrcjames
Copy link

Bumping this, been 6 months and still seems to be an issue.

@DavidLozzi
Copy link

@roylee0704 i see the peer dep is set in package.json, can we get a new version deployed to npm?

@honungsburk
Copy link

What are the blockers to get React 18 support?

@Oldalf
Copy link

Oldalf commented Feb 22, 2023

Having the same problem, came into an older legacy application and trying to get everything up to date and one of our blockers is this. Not sure if there's any alternatives as a replacement seeing as the last publish to npm was 5 years ago?

@bsimone
Copy link

bsimone commented Mar 20, 2023

any news on React 18? Anyone knows an alternative package for flexbox grid?

@mohsinhere
Copy link

What are everyone doing about this? I need to upgrade my project and sort out all critical vulnerabilities and kind of stuck here.

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

9 participants