-
Notifications
You must be signed in to change notification settings - Fork 11
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
Server fails to start #46
Comments
does the project compile in command line? |
@amiralies Im just going over the guides on the elixir website right now, so I am not necessarily working with a project, but if I run a file using elixir or elixirrc it does work. |
i've got this exact same issue. project compiles fine on CLI, but I always get the
I've tried This is neovim: |
I tracked down my issue to the fact that I had a newer version of elixir installed than |
I have the same issue as @spikegrobstein, since upgrading Elixir with Edit: I found the answer here #29, namely following these instructions: https://github.com/elixir-lsp/coc-elixir#server-fails-to-start Install ElixirLS manually
Point
|
Paul's solution worked for me but I also had to |
|
I keep getting the following error,
"[coc.nvim] The "elixir" server crashed 5 times in the last 3 minutes. The server will not be restarted."
VERSION:
Erlang/OTP 23 [erts-11.1.7] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Elixir 1.11.2 (compiled with Erlang/OTP 23)
I made sure mix and elixir when in $PATH
I tried to troubleshoot by following the server fails to start section, but was unable to build successfully, getting the following error when compiling.
The text was updated successfully, but these errors were encountered: