glide-data-grid icon indicating copy to clipboard operation
glide-data-grid copied to clipboard

Error when install, not support react 19.1.1?

Open edikurniawan-dev opened this issue 3 months ago β€’ 2 comments

npm i @glideapps/glide-data-grid
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: undefined@undefined
npm error Found: [email protected]
npm error node_modules/react
npm error   react@"^19.1.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.12.0 || 17.x || 18.x" from @glideapps/[email protected]
npm error node_modules/@glideapps/glide-data-grid
npm error   @glideapps/glide-data-grid@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error C:\Users\ediku\AppData\Local\npm-cache\_logs\2025-09-13T10_37_26_063Z-eresolve-report.txt
npm error A complete log of this run can be found in: C:\Users\ediku\AppData\Local\npm-cache\_logs\2025-09-13T10_37_26_063Z-debug-0.log

edikurniawan-dev avatar Sep 13 '25 10:09 edikurniawan-dev

Warning here because of the same reason:

   WARN  Issues with peer dependencies found
  apps/web-admin
  └─┬ @glideapps/glide-data-grid 6.0.3
    β”œβ”€β”€ βœ• unmet peer react@"^16.12.0 || 17.x || 18.x": found 19.2.0
    └── βœ• unmet peer react-dom@"^16.12.0 || 17.x || 18.x": found 19.2.0

angelcervera avatar Nov 07 '25 12:11 angelcervera

The most recent alpha version supports react 19, but not the latest stable release. Check the GitHub tags if your open to installing an alpha version and need react 19 support.

I do wish they would ship another stable release that supports react 19 though

anthonysette avatar Nov 07 '25 15:11 anthonysette