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

Dependency conflict while installing the package #19

Open
Elhamne opened this issue Apr 11, 2021 · 0 comments
Open

Dependency conflict while installing the package #19

Elhamne opened this issue Apr 11, 2021 · 0 comments

Comments

@Elhamne
Copy link

Elhamne commented Apr 11, 2021

I'm trying to install gatsby-theme-gallery, but it fails with dependency conflict error.
My gatsby version is 3.2.1 but the plugin expected the version 2.13.25.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/gatsby
npm ERR!   gatsby@"^3.2.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer gatsby@"^2.13.25" from [email protected]
npm ERR! node_modules/gatsby-theme-gallery
npm ERR!   gatsby-theme-gallery@"*" 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.

What can I do without downgrading?
Thanks

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

1 participant