gatsby-plugin-advanced-sitemap icon indicating copy to clipboard operation
gatsby-plugin-advanced-sitemap copied to clipboard

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

Open AleC77 opened this issue 3 years ago • 4 comments

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

AleC77 avatar Mar 16 '21 20:03 AleC77

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

https://github.com/TryGhost/gatsby-plugin-advanced-sitemap/blob/40754f15de8758b37e29d7a6b4ac8d59eb95ffb8/package.json#L32

I'd expect this to happen with https://github.com/TryGhost/gatsby-plugin-advanced-sitemap/issues/146

LekoArts avatar Apr 12 '21 08:04 LekoArts

Any update in this?

AleC77 avatar Apr 13 '21 14:04 AleC77

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

https://github.com/TryGhost/gatsby-plugin-advanced-sitemap/blob/40754f15de8758b37e29d7a6b4ac8d59eb95ffb8/package.json#L32

I'd expect this to happen with #146

Should we make a PR including this edit?

DanielRiveraHQ avatar May 05 '21 19:05 DanielRiveraHQ

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

estitpab avatar Oct 13 '22 12:10 estitpab