Cannot install ocaml-lsp? #1350
Replies: 1 comment 4 replies
-
Hey! There's an issue template for package installation issues that asks for more information, please use that one if you're still having issues 🙏!
Hm, why would you
Package versions are kept up to date via Renovate in https://github.com/mason-org/mason-registry. Unfortunately Renovate doesn't support Opam packages, so these will be have to be updated manually (PRs always welcome!). |
Beta Was this translation helpful? Give feedback.
-
Hi - I cannot install ocaml-lsp via Mason. I am reasonably sure that the issue is not with the ocamllsp server (as I am able to install and use that locally with vscode) and I'm curious to know if the issue I am running into is something local to Mason.
Here's what I am doing:
:MasonInstall ocaml-lsp
opam install --destdir=. --yes --verbose ocaml-lsp-server.1.10.2
spawn: opam failed with exit code 20 and signal 0.
Some observations:
ocaml-lsp-server
installed. I would have expected Mason to just detect this and not try and install it again.1.15.1
-- is there a configuration issue that is causing Mason to try and install an older version? Also, is this perhaps the cause for the failure?Beta Was this translation helpful? Give feedback.
All reactions