Open zolbayars opened 4 years ago
hmm, maybe the point is that when updating one of the packages, it changed its API. This has already happened, and I plan to lock package versions. But I just can't find the time for this π.
There is a chance that this error will not occur if you use yarn.
Thanks @Ganevru I'll try with yarn and if that doesn't work, gonna try to find out a way to resolve this π
Same problem here using both original repo and starter.
@mliakos
Using yarn
instead of npm
fixed the issue.
@zolbayars Well, that didn't work for me. I will try again anew though π
Update: Indeed it worked with yarn install
First of all, thanks for creating such a useful plugin! π
I've been using gatsby-starter-chronoblog-disqus for my personal blog. A few days ago, I deployed a new post and everything went away (all the feeds, etc):
I thought it was somehow related to how I made that deploy. But it's just like the above when I run https://github.com/Chronoblog/gatsby-starter-chronoblog-disqus with
gatsby develop
. There are a bunch of warnings (such assite-header.mdx:9 Component MenuMain was not imported, exported, or provided by MDXProvider as global scope
) on browser console:Is there any quick-fix that makes it work?