gatsby-plugin-advanced-sitemap
gatsby-plugin-advanced-sitemap copied to clipboard
warn Plugin gatsby-plugin-advanced-sitemap is not compatible with your gatsby version 3.1.0
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
- Gatsby build
- 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
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
Any update in this?
The
devDependency
is not the problem, thepeerDependency
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?
Do you plan to make this plugin compatible with Gatsby 4?