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

Gatsby v5 #86

Open
1 task done
emiliekmartinez opened this issue Nov 11, 2022 · 5 comments
Open
1 task done

Gatsby v5 #86

emiliekmartinez opened this issue Nov 11, 2022 · 5 comments

Comments

@emiliekmartinez
Copy link

Description

Gatsby has upgraded to v5, and this plugin isn't compatible:

warn Plugin gatsby-plugin-next-seo is not compatible with your gatsby version 5.0.1 - It requires gatsby@^2.0.0 || ^3.0.0 || ^4.0.0

Checklist

@Vacilando
Copy link

Same here:

warn Plugin gatsby-plugin-next-seo is not compatible with your gatsby version 5.2.0 - It requires gatsby@^2.0.0 || ^3.0.0 || ^4.0.0

@jdortegar
Copy link

Same here :(

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@"^5.9.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer gatsby@"^2.0.0 || ^3.0.0 || ^4.0.0" from [email protected]
npm ERR! node_modules/gatsby-plugin-next-seo
npm ERR!   gatsby-plugin-next-seo@"^1.10.0" 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.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /Users/jdortega/.npm/_logs/2023-05-03T16_25_40_460Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/jdortega/.npm/_logs/2023-05-03T16_25_40_460Z-debug-0.log

@eliasblume
Copy link

Same issue here ...
image

@MohdSohail
Copy link

MohdSohail commented Jun 22, 2023

Same here -

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@"^5.10.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer gatsby@"^2.0.0 || ^3.0.0 || ^4.0.0" from [email protected]
npm ERR! node_modules/gatsby-plugin-next-seo
npm ERR!   gatsby-plugin-next-seo@"*" 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.

It looks like the package has been abandoned.

For those who're wondering if it'll work with Gatsby 5.0 upon force installing it, well, I had a project last year in Gatsby 4.* with gatsby-plugin-next-seo installed, and I upgraded gatsby to 5.0. Everything continued to work properly. But it's before other gatsby's major and minor updates, I don't know if it'll work seamlessly now with Gatsby 5.11.*.

@ifiokjr
Copy link
Owner

ifiokjr commented Jun 30, 2023

I'm open to all pull requests 👍

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

6 participants