Logo

dev-resources.site

for different kinds of informations.

Gatsby Develop ERROR #98123 WEBPACK, Generating SSR bundle failed

Published at
3/9/2020
Categories
gatsby
webpack
troubleshoot
98123
Author
ksnyder123
Categories
4 categories in total
gatsby
open
webpack
open
troubleshoot
open
98123
open
Author
10 person written this
ksnyder123
open
Gatsby Develop ERROR #98123 WEBPACK, Generating SSR bundle failed

Hi,

I'm new to using gatsby and am attempting to follow the tutorial on gatsbyjs.org. I have been successful in downloading and setting up node.js, GIT, and installing the Gatsby CLI. The next part of the tutorial gives instructions on how to create a gatsby site using the Hello-world starter. In the Node.js command prompt I complete the following steps:

  1. Run gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world.
  2. Run cd hello-world.
  3. Run gatsby develop.

After running gatsby develop I receive the error:

ERROR #98123 WEBPACK

Generating SSR bundle failed

[BABEL] C:\Users\Kelly Snyder\hello-world.cache\develop-static-entry.js: No "exports" main resolved in C:\Users\Kelly Snyder\hello-world\node_modules\@babel\helper-compilation-targets\package.json

File: .cache\develop-static-entry.js

I have no idea what this means or how to fix it, so I was hoping to find some guidance here. Thank you!

Featured ones: