glide-data-grid
glide-data-grid copied to clipboard
Error when install, not support react 19.1.1?
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
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
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