-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
regression: 4.2.0 causes "Call retries were exceeded" with a fresh, blank Docusaurus project #198
Comments
Weird 😕 I will look at code, anyway if you found a workaround/problem feel free to send a PR |
I got the same issue with 4.2.0, tried different minifier with same result Edit : changing back to 4.1.0 fix it |
I think the problem in |
Can confirm this regression on another project currently using |
We are seeing this issue as well on Azure Pipeline. Going back to 4.1.0. Will provide an update soon.
UPDATE: Worked for us! |
WIP on this |
@SimenB Friendly ping, looks like
Here usage - https://github.com/facebook/jest/blob/main/packages/jest-worker/src/workers/threadChild.ts#L9, but no in deps https://github.com/facebook/jest/blob/main/packages/jest-worker/package.json#L19 |
Here fix - jestjs/jest#13341, but on the |
Hi folks, I've come here for the same reason. This is not a fix, but I just went back to the most recent version @4.1.0 . |
When jestjs/jest#13341 was merged and |
I tried removing the |
Hi, a new tag was released for jest: https://github.com/facebook/jest/releases/tag/v29.1.2 After upgrading my vendors, the issue disappeared. I think this issue can be closed :) |
Fix was released 40 minutes ago, sorry about the noise! https://github.com/facebook/jest/releases/tag/v29.1.2 |
Minimum version of |
I confirm it works now with new jest release. Thanks @alexander-akait |
Works fine on my end, thanks to everyone who was investigating into a fix! |
can we have the minimum version of jest-worker updated here so that the dependabot can catch the update with a minor bump release? |
This was fixed by #199, but not released |
I still get this issue with docusaurus, november 2024 |
@sushitommy Can you create a reproducible repository? |
Bug report
Actual Behavior
Upgrading to 4.2.0 causes the
Call retries were exceeded
with a fresh docusaurus project whennpm run build
is ran.4.1.0 does not exhibit this issue.
Expected Behavior
Css should minimize without issue.
How Do We Reproduce?
npx create-docusaurus@latest my-website classic cd my-website npm run build
Observe the minimizer crash:
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationwebpack-cli
not relevant hereThe text was updated successfully, but these errors were encountered: