We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 - It requires gatsby@^2.0.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 text was updated successfully, but these errors were encountered:
The devDependency is not the problem, the peerDependency must be set to ^3.0.0:
devDependency
peerDependency
^3.0.0
gatsby-plugin-advanced-sitemap/package.json
Line 32 in 40754f1
I'd expect this to happen with #146
Sorry, something went wrong.
Any update in this?
The devDependency is not the problem, the peerDependency must be set to ^3.0.0: gatsby-plugin-advanced-sitemap/package.json Line 32 in 40754f1 "gatsby": "^2.0.0" 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?
No branches or pull requests
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
Technical details:
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 text was updated successfully, but these errors were encountered: