Skip to content
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

fix(spectral-language-server): build directly from source #464

Merged
merged 1 commit into from
Sep 26, 2022

Conversation

williamboman
Copy link
Owner

@williamboman williamboman commented Sep 26, 2022

The npm package is an unofficial one, and it seems to be relying on a
build script (broken) to execute during installation, instead of pre-packaging
it.

Fixes #463.

The npm package is an unofficial one, and it seems to be relying on a
build script to execute during installation, instead of pre-packaging
it.

Fixes #463.
@williamboman williamboman merged commit e0268a6 into main Sep 26, 2022
@williamboman williamboman deleted the fix/spectral-lang-server branch September 26, 2022 09:50
@hawkinchina
Copy link

I have the same problem(lua lsp ) . how can i download the vscode-lua-v3.5.6-darwin-x64.vsix directly. and config manually.?

Failed
◍ lua-language-server
Downloading file "https://github.com/sumneko/vscode-lua/releases/download/v3.5.6/vscode-lua-v3.5.6-darwin-x64.vsix"...
...acker/start/mason.nvim/lua/mason-core/installer/init.lua:113: ...er/start/mason.nvim/lua/mason-core/managers/std/init.lua:52: Failed to download file "https://github.com/sumneko/vscode-lua/releases/download/v3.5.6/vscode-lua-v3.5.6-darwin-x64.vsix".
spawn: curl failed with exit code 60 and signal 0. curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

  curl failed to verify the legitimacy of the server and therefore could not
  establish a secure connection to it. To learn more about this situation and
  how to fix it, please visit the web page mentioned above.

@hawkinchina
Copy link

disable curl Certificate Verification of fetch.lua in mason.nvim with -k/--insecure option. it can work.

This was referenced Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install spectral-language-server
2 participants