-
Notifications
You must be signed in to change notification settings - Fork 463
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
[arm64] Can't download the requested binary: Can't extract the file: failed to unpack #474
Comments
Woops. nevermind, device was out of disk space 😞 |
Thanks for fixing that yourself 😜 |
I've just hit this on CircleCI, mostly because their |
Having said this, I've spent an hour or so digging through this and trying to improve things and it's really hard right now. I suspect this will get better if rust-lang/rust#86442 eventually ever gets stabilised so then https://doc.rust-lang.org/std/io/enum.ErrorKind.html#variant.StorageFull appears. |
Not sure if I should open a new issue or add to this one since it was never actually resolved. Just ran into this on WSL and it doesn't seem to be as straightforward as just diskspace. My
This is what df reports for free disk:
It still fails with the above error when I try to install Node 18. However, pointing the I'm on Windows 10 (64 bit) running Ubuntu 22.04.4 LTS in WSL. Output from uname -a:
|
Unable to install most versions of node on an arm64 device.
OS: Ubuntu 18.04 LTS aarch64
Filesystem: ext4
Package
xz-utils
is installed.tar
andxz
are available.Interestingly, v11.15.0 works fine.
v10 and v12 are failing on extracting an HTML doc file. Makes me wonder the source files were created with permissions preserved.
The text was updated successfully, but these errors were encountered: