-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[v2] gatsby develop
not working
#6426
Comments
I have the same problem using gatsby-starter-default#v2 and made a temporary workaround by setting gatsby to |
A fix for this is merged on master but I can't publish it due to npm 2fa issues. I don't have any more time to look into this today so handing over to @pieh or @KyleAMathews. |
is there a way to see if |
Fix is published, so we can close this issue |
I got this today after creating a new gatsby-starter-blog. Tried deleted the node_modules folder and did |
also solved this today by deleting node_modules and yarn files and doing |
Description
gatsby develop
stops at the stepinfo bootstrap finished
. Everything worked fine before I didnpm update
on all packages. This is what changed:Steps to reproduce
It happens at my personal repo, after I updated to beta 32. I was not able to reproduce in another repo. The starter default crashes in another interesting way at the same step:
I am not sure if those two problems are related or entirely different. I just checked out the repo,
npm i
&npm run develop
.Environment
My repo:
Because it also happens with the starter, here is the environment of the starter:
File contents (if changed)
Repos to test:
https://github.com/timurc/vo-website-2/tree/gatsby-develop-issue
https://github.com/gatsbyjs/gatsby-starter-default/tree/v2
The text was updated successfully, but these errors were encountered: