glide-data-grid
glide-data-grid copied to clipboard
[Bug] Issue with peer dependencies unables fresh installation
npm resolution error report
While resolving: @glideapps/[email protected] Found: [email protected] node_modules/marked marked@"^12.0.1" from the root project
Could not resolve dependency: peer marked@"^4.0.10" from @glideapps/[email protected] node_modules/@glideapps/glide-data-grid @glideapps/glide-data-grid@"^6.0.3" from the root project
Conflicting peer dependency: [email protected] node_modules/marked peer marked@"^4.0.10" from @glideapps/[email protected] 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.
@rferreira98 Hey! I got the same error when I started updating packages in my project. Did you find any solution?
@jtuvaleva I simply installed the old version of this package that matches "^4.0.10"
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?
The docs also advocate for installing the latest version of marked, which maybe a culprit causing the dependency issue for many of us here. Is there a plan to update this as well?
npm i lodash marked react-responsive-carousel
https://docs.grid.glideapps.com/extended-quickstart-guide
Hi Also had same issue, downgrading solved it but curious if any other fix has come about in the past few months.
having the same issue, are there plans to resolve this?
Hi @lukasmasuch
I guess we can close the issue?
since merged PR should address the issue?
Yep :)
Yep :) should be resolved with 6.0.4-alpha18