-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 1.22.8 preinstall script fails on GitHub actions with bad file descriptor number #8360
Comments
We had the same problem on our build server inside a docker container. We had to run |
Seems it's fixed now |
@gonzaloaune Can confirm, seems to be fixed. |
We're still experiencing the issue with the latest version (as of writing) |
Resolved with the 1.22.10. |
They are tracked on npm: Maybe just not tagged on github I guess? |
Going to close as duplicate of #8358, which has more details (basically, the tags don't reflect at the moment the releases due to an infra problem. Those commits were published on the |
Bug description
When Yarn 1.22.8 hit the NPM registry, GitHub Actions started installing it when running
npm install -g yarn
, and we started seeing failures.Command
What is the current behavior?
npm install -g yarn
fails when running the preinstall script.What is the expected behavior?
npm install -g yarn
successfully runs the preinstall script.Steps to Reproduce
npm install -g yarn
Environment
12.16.3
1.22.8
The text was updated successfully, but these errors were encountered: