-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
ZLS installation error #1207
Comments
I got this same error on Windows. I still trying to figure out what is going on. |
I got the problem in 2 different computers in windows, so I'm really not sure what's that about... |
I also got an error with macOS:
I have both |
@williambotman Thanks! It's is working fine on Windows now. For macOS shows "tar: Error opening archive: Unrecognized archive format", but I will see if is something on my machine before open an issue. |
Do you have |
I do have |
@williamboman Sorry for the delay. I forgot this issue. @TheCatster @williamboman Same for me. I think that
But by hand works: $ ls
x86_64-macos.tar.zst
$ file x86_64-macos.tar.zst
x86_64-macos.tar.zst: Zstandard compressed data (v0.8+), Dictionary ID: None
$ zstd -d x86_64-macos.tar.zst
x86_64-macos.tar.zst: 2088960 bytes
$ ls
x86_64-macos.tar x86_64-macos.tar.zst
$ file x86_64-macos.tar
x86_64-macos.tar: POSIX tar archive (GNU)
$ tar -xf x86_64-macos.tar
$ ls
README.md bin x86_64-macos.tar x86_64-macos.tar.zst
$ |
I've searched open issues for similar requests
Yes
I've recently downloaded the latest plugin version of mason.nvim
Problem description
I'm getting an error when installing ZLS, even though I have zstd installed, and using the command "zstd -d x86_64-windows.tar.zst" it extracts normally, the problem may be somewhere else.
Expected behavior
The package to install sucessfully.
Affected packages
zls
Mason output
Installation log
Neovim version (>= 0.7)
NVIM v0.10.0-dev-24+g3c724fe1f
Operating system/version
Windows 10 21H2
Healthcheck
Screenshots
No response
The text was updated successfully, but these errors were encountered: