-
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
[bug] Generating SSR bundle fails #19922
Comments
Hi, so this issue might be causing it: |
So updating |
Update: As many have mentioned, delete your |
Just, npm Install |
Yeah, i was trying with yarn
|
Deleting |
I ran into this exact issue, but my issue was due to inconsistent node versions. Deleting |
Not just a reinstall issue, I also had to use
|
Description
When running
gatsby develop
I get a webpackERROR #98123
It also adds that babel
Cannot find module './src/data'
Steps to reproduce
I tried reproducing to no avail. What I did that led me here was update from
[email protected]
to[email protected]
. I also updated my react & react-dom package to16.2.0
It seems that the file causing this is
File: .cache/develop-static-entry.js
Which uses(?)
node_modules/core-js-compat/helpers.js
. This helper is the one looking for./src/data
Expected result
Gatsby should develop locally.
Actual result
Generating SSR bundle failed
Environment
The text was updated successfully, but these errors were encountered: