-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug?]: yarn fails to run with TypeError #6654
Comments
Getting the same error I thought I was going crazy |
Just started for me too within the last 30 minutes. running "yarn" just hangs. same stack trace. |
Same error. Multiple reports coming through the Discord support channels as well. |
It's working for me now, not sure what changed |
Can someone from the Yarn team provide a postmortem on what happened? |
Probably related to the GitHub outage earlier |
Very likely indeed; I suspect the API started returning |
Self-service
Describe the bug
As of about 30 mins ago, I am unable to use Yarn. It seems like there's something invalid in https://repo.yarnpkg.com/4.6.0/packages/yarnpkg-cli/bin/yarn.js
I thought it might be an issue with my Yarn version (I was on 4.5.1) so I tried updating my packageManager to the latest.
When I run
yarn
after updating my packageManager in package.json, I get the following error:Any thoughts? Could it be an upstream issue with corepack?
To reproduce
For me, all I had to do was run
yarn
to get it to repro. I'm connected to the internet and NodeJS version is v22.13.0Environment
I can't get Yarn to run so here's my details manually: macOS: 15.2 (24C101) nodeJS: 22.13.0 Yarn: 4.5.1 and 4.6.0
Additional context
No response
The text was updated successfully, but these errors were encountered: