[gatsby-starter-minimal-blog] #993
Replies: 3 comments 2 replies
-
I got exaclty the same error when trying to build a cloned version of At last, I tried to downgrade my Gatsby from 4.17.1 to 3.00.0 in order to fix, but it turned out to get more errors than before, because lots of other plugins were not compatible with Gatsby versions < 4.00.0. So, @flyingnobita you can give it a try and see if it also works for you. It's working for me, but I'm still getting a warning when in develop mode regarding theme-ui plugin. I don't know if that will bring any problem when editing/shadowing.
|
Beta Was this translation helpful? Give feedback.
-
That's very interesting.
What worked for me at the end was to follow the 'git clone' method.
…On Wed, Sep 28, 2022, 7:04 AM Matheus Oliveira Damião < ***@***.***> wrote:
I got exaclty the same error when trying to build a cloned version of
@lekoarts/gatsby-theme-emilia.
I also tried to install mdx plugin, because of the error, but it didn't
work.
At last, I tried to downgrade my Gatsby from 4.17.1 to 3.00.0 in order to
fix, but it turned out to get more errors than before, because lots of
other plugins were not compatible with Gatsby versions < 4.00.0.
So, I changed again, and set my Gatsby version in the package.json to###
4.00.0, reinstalled node modules, and then finally I could run develop
successfully.
So, @flyingnobita <https://github.com/flyingnobita> you can give it a try
and see if it also works for you.
It's working for me, but I'm still getting a warning when in develop mode
regarding theme-ui plugin. I don't know if that will bring any problem when
editing/shadowing.
warn Plugin gatsby-plugin-theme-ui is not compatible with your gatsby
version 4.24.0 - It requires gatsby@^2.0.0 || ^3.0.0
—
Reply to this email directly, view it on GitHub
<#993 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK75LBWNBUO5KAOFZZDHESLWAN4OTANCNFSM6AAAAAAQWOK7OY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You can ignore the I released a new major version with https://github.com/LekoArts/gatsby-themes/blob/main/themes/gatsby-theme-minimal-blog/CHANGELOG.md#500, so the problems mentioned are resolved and you can use the latest Theme UI and MDX versions. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to install with:
But when running
gatsby develop
, I get the following warning and error:Warning:
Error:
I tried installing
gatsby-plugin-mdx
and update my node modules withnpm update
but that didn't help.I'm currently running Gatsby 4.18.2 (the default version). Does the above errors imply that I should downgrade my Gatsby to v3 instead or is there something else I'm missing?
Here's my package.json for reference:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions