-
Preliminary Checks
DescriptionThe error #98124 is presented when I run Generating development JavaScript bundle failed The "undefined" part turns out to be a major roadblock as it doesn't help with the research process of the problem. Any help would be appreciated. The link to the repo is attached. Reproduction Linkhttps://github.com/LifeWatcher123/infinix-website/tree/development/frontend/web-fe Steps to Reproduce
Expected ResultI'm guessing it should give a link to a hot-reloading development environment accessible from Actual ResultIt gives the error ##98124. EnvironmentSystem:
OS: Linux 5.11 Pop!_OS 21.04
CPU: (4) x64 AMD A8-7650K Radeon R7, 10 Compute Cores 4C+6G
Shell: 5.1.4 - /bin/bash
Binaries:
Node: 12.21.0 - /usr/bin/node
npm: 7.5.2 - /usr/bin/npm
Languages:
Python: 3.9.5 - /home/flavolite/Eclipse-Workspaces/Web-Workspace/test/infinix-website/env/bin/python
Browsers:
Firefox: 89.0.2
npmPackages:
gatsby: ^3.9.1 => 3.9.1
gatsby-cli: ^3.9.0 => 3.9.0
npmGlobalPackages:
gatsby-cli: 3.9.0 Config FlagsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, please see https://www.gatsbyjs.com/docs/porting-from-create-react-app-to-gatsby/ You'll not want to mix CRA and Gatsby in the same project. I'd suggest setting up a new project with Gatsby ( |
Beta Was this translation helpful? Give feedback.
-
im actually getting the same error when upgrading from gatsby 2 to 3, and its unclear exactly what is going on |
Beta Was this translation helpful? Give feedback.
Hi, please see https://www.gatsbyjs.com/docs/porting-from-create-react-app-to-gatsby/
You'll not want to mix CRA and Gatsby in the same project. I'd suggest setting up a new project with Gatsby (
npm init gatsby
) and porting your things over there :)