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

warn Plugin gatsby-plugin-advanced-sitemap is not compatible with your gatsby version 3.1.0 #148

Open
AleC77 opened this issue Mar 16, 2021 · 4 comments

Comments

@AleC77
Copy link

AleC77 commented Mar 16, 2021

Issue Summary

warn Plugin gatsby-plugin-advanced-sitemap is not compatible with your gatsby version 3.1.0 - It requires gatsby@^2.0.0

To Reproduce

  1. Gatsby build
  2. This is the second step, etc.

Technical details:

  • Gatsby Version: 3.0

can you change package.json to let be compatible with gatsby 3.0?

you probably needs to change the devDependencies in package.json if you have a chance. Thank you

@LekoArts
Copy link

The devDependency is not the problem, the peerDependency must be set to ^3.0.0:

I'd expect this to happen with #146

@AleC77
Copy link
Author

AleC77 commented Apr 13, 2021

Any update in this?

@DanielRiveraHQ
Copy link

The devDependency is not the problem, the peerDependency must be set to ^3.0.0:

I'd expect this to happen with #146

Should we make a PR including this edit?

@estitpab
Copy link

Do you plan to make this plugin compatible with Gatsby 4?

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

4 participants