-
Notifications
You must be signed in to change notification settings - Fork 169
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
v0.25.0 crashes with ENOENT on fresh install #379
Comments
Same issue here. Maybe related to this change in v0.25.0 ? |
Yeah, git bisect points to #364. |
Same issue here on railway.app -- we're seeing a lot of user builds utilizing corepack fail due to this. Our current workaround is to install the last known good release ( npm install -g corepack@0.24.1 |
I'm using railway.app with nixpacks and the fix is to create a
I'm using |
I have a potential fix: #382 |
we ran into this as well. running |
Thanks for the quick fix aduh95! I'm wondering since this is breaking many peoples CI - when is the plan to release this? I can't do a workaround for my usage of https://docs.renovatebot.com/ as it is a third party tool that depends on this working. |
v0.25.2 is out with the fix. Let us know if you're still issues. |
Thanks, working great now! |
Thanks, it works as expected ! |
You can pin corepack and other tools in such situations renovatebot/renovate#27465 |
Works on the brew side. Thanks for the quick fix! |
In a fresh docker container running Corepack crashes with ENOENT
Git bisect points to #364.
The text was updated successfully, but these errors were encountered: