-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
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
asyncRequires.components is undefined #3196
Comments
After restarting machine, the issue seems to have gone away. Sorry for raising a false alarm! |
This was referenced May 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently when I run
gatsby develop
I get an error TypeError: asyncRequires.components is undefined.The error comes from .cache/loader.js:71
I've tried removing the cache, but the issue just comes back.
Running
gatsby build
works as far as I'm aware,gatsby serve
appears to work, but gives no cli feedback as to where it's serving.I'm also quite unsure as to what cause the issue, since I just wanted to run
gatsby develop
in a directory where it worked fine yesterday. I've already done a git reset to make sure that it wasn't caused by something I accidentally did.Environment
Gatsby version: 1.1.27
Node.js version: 6.11.2
Operating System: Windows 10
File contents (if changed):
I use
gatsby-source-contentful
. But nothing changed since the commands last workedThanks for taking a look at this,
Vincent
The text was updated successfully, but these errors were encountered: