-
Notifications
You must be signed in to change notification settings - Fork 150
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
Gatsby Develop Command Hangs on "Building development bundle" #69
Comments
I also have an issue with Gatsby hanging, after just a clean clone and gatsby develop, I'm on Windows 10: NOTE: The default Gatsby starter works fine Tested on mac, get exactly same output including the error below but it runs fine in localhost:8000
|
There are two problems:
|
@szopkap Thank you for the suggestions and glad it works for you. I also updated the react version as you suggested, and updated the eslint-plugin-flowtype-errors to 4.1.0 it appears to hang but just takes a while and it does build development build just fine. Thank you very much. |
Hi
I run the prescribed steps to get Gatsby installed, run yarn and finally
gatsby develop --open
On doing so, it prints the folllowing to the console:
It now just hangs at the
Building development bundle
stage.I've searched everywhere for a fix but yet to find anything. I'm running Node Version: 12.4.0
Any ideas would be appreciated.
The text was updated successfully, but these errors were encountered: