Closed juanjoseluisgarcia closed 4 years ago
Unfortunately I couldn't reproduce. Can you push up what you have into a repo and I'll see if I can recreate?
Sure. I get the issue in this repo: test-app
This bug has just been fixed. As a solution please run yarn upgrade --latest
and then gatsby develop
Description
After upgrading
gatsby
to2.24.7
andgatsby-cli
to2.12.63
it will not build or start the development severSteps to reproduce
Upgrade your gatsby with npm update or yarn upgrade. Create a new app with
gatsby new test-app
Typegatsby develop
. You will get this stack:How to Make a Minimal Reproduction: https://www.gatsbyjs.org/contributing/how-to-make-a-reproducible-test-case/
Expected result
What should happen? gatsby to build or start the development server
Actual result
stack shown above.
Environment