glideapps / glide-data-grid

🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
3.63k stars 269 forks source link

[Bug] Issue with peer dependencies unables fresh installation #922

Open rferreira98 opened 3 months ago

rferreira98 commented 3 months ago

npm resolution error report

While resolving: @glideapps/glide-data-grid@6.0.3 Found: marked@12.0.1 node_modules/marked marked@"^12.0.1" from the root project

Could not resolve dependency: peer marked@"^4.0.10" from @glideapps/glide-data-grid@6.0.3 node_modules/@glideapps/glide-data-grid @glideapps/glide-data-grid@"^6.0.3" from the root project

Conflicting peer dependency: marked@4.3.0 node_modules/marked peer marked@"^4.0.10" from @glideapps/glide-data-grid@6.0.3 node_modules/@glideapps/glide-data-grid @glideapps/glide-data-grid@"^6.0.3" from the root project

Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.

jtuvaleva commented 2 weeks ago

@rferreira98 Hey! I got the same error when I started updating packages in my project. Did you find any solution?

snowy-owll commented 2 weeks ago

@jtuvaleva I simply installed the old version of this package that matches "^4.0.10"

Vd-centaurea commented 1 week ago

We want to use glide grid in our project. But we also have marked 12.0.1 installed. So is there any plans updating marked version or removing it from peer dependencies?