-
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
yarn run gatsby build stalles in run queries in workers #35192
Comments
Hey @hellow554, we are looking into yarn@2+ issues and work-in-progress #35194 might also solve this issue. |
Just out of curiosity - are you using PnP mode of yarn@3? or the |
I'm using the default and IIRC it's using the pnp mode. |
Just released
For now just in |
Can confirm it works. Thanks for the (very) fast fix! Amazing ❤️ |
Preliminary Checks
Description
When unning
yarn run gatsby build
the progress stalls, here's a log:If you remove the (empty)
gatsby-config.js
file it "compiles" just fine.npm run build
also just works fine.Reproduction Link
https://github.com/hellow554/gatsby-yarn
Steps to Reproduce
yarn install
yarn run gatsby build
Expected Result
The build is succeful
Actual Result
The build stalls
Environment
Config Flags
The text was updated successfully, but these errors were encountered: