Error following Tutorial when installing gatsby-plugin-mdx #36155
Unanswered
conradoplg
asked this question in
Help
Replies: 1 comment 3 replies
-
|
You can workaround this issue by using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Preliminary Checks
Description
When following the tutorial,
npm install gatsby-plugin-mdx @mdx-js/mdx@v1 @mdx-js/react@v1fails.Reproduction Link
https://www.gatsbyjs.com/docs/tutorial/part-5/
Steps to Reproduce
...
Expected Result
Install should work
Actual Result
Fails with (edited):
It worked after I manually changed from
to
Environment
System: OS: Linux 5.15 Ubuntu 20.04.4 LTS (Focal Fossa) CPU: (24) x64 AMD Ryzen 9 5900X 12-Core Processor Shell: 5.0.17 - /bin/bash Binaries: Node: 16.16.0 - /usr/bin/node Yarn: 1.22.15 - /usr/bin/yarn npm: 8.11.0 - /usr/bin/npm Languages: Python: 3.8.10 - /usr/bin/python Browsers: Chrome: 103.0.5060.114 Firefox: 102.0 npmPackages: gatsby: ^4.18.2 => 4.18.2 gatsby-plugin-image: ^2.18.1 => 2.18.1 gatsby-plugin-mdx: ^3.18.1 => 3.18.1 gatsby-plugin-sharp: ^4.18.1 => 4.18.1 gatsby-source-filesystem: ^4.18.1 => 4.18.1 npmGlobalPackages: gatsby-cli: 4.18.1Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions