Gatsby mdx plugin does not work with version 3.13.0 #33656
Unanswered
rahulrao0209
asked this question in
Help
Replies: 1 comment 1 reply
-
Hi! As the warning tells you, you'll need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Preliminary Checks
Description
warn Plugin gatsby-plugin-mdx is not compatible with your gatsby version 3.13.0 - It requires gatsby@^4.0.0-next
warn Plugin gatsby-plugin-mdx is not compatible with your gatsby version 3.13.0 - It requires gatsby@^4.0.0-next
ERROR
Error in "C:\Users\rahul\OneDrive\Desktop\UI-Design\projects\bookshelves\bookshelves\node_modules\gatsby-plugin-mdx\gatsby-node.js": Cannot find module 'gatsby/webpack'
Reproduction Link
Steps to Reproduce
Expected Result
I expect the app to start up as usual.
Actual Result
Instead I get the following error
warn Plugin gatsby-plugin-mdx is not compatible with your gatsby version 3.13.0 - It requires gatsby@^4.0.0-next
warn Plugin gatsby-plugin-mdx is not compatible with your gatsby version 3.13.0 - It requires gatsby@^4.0.0-next
ERROR
Error in "C:\Users\rahul\OneDrive\Desktop\UI-Design\projects\bookshelves\bookshelves\node_modules\gatsby-plugin-mdx\gatsby-node.js": Cannot find module 'gatsby/webpack'
Environment
Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions