dev-resources.site
for different kinds of informations.
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:
- Run gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world.
- Run cd hello-world.
- 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: