-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
error: {:erpc, :noconnection} on fresh install #821
Comments
I should also paste my helix [language-server.lexical]
command = "/Users/gus/Projects/elixir/lexical/_build/dev/package/lexical/bin/start_lexical.sh"
config = { provideFormatter = true }
[[language]]
name = "elixir"
auto-format = true
language-servers = ["lexical"]
[[language]]
name = "heex"
language-servers = ["lexical"] |
The actual error is a little bit above the noconnection one:
It can't start your project node for some reason. Can you ensure all the files in |
Thanks for the info - I believe everything is executable. The output of
|
This is tough to diagnose over github, would it be possible to join our discord? The link is in the readme. |
Hello! Great work with lexical, I've been enjoying using it on my work setup for the last year or so.
I'm trying to make the switch my personal laptop, but have been running into issues getting it to work. My setup consists of
mise
for version management andhelix
as my editor. From the log files, it doesn't seem like it can make an:erpc
connection.Not really sure what I should be looking for to make it work. I'm on an Intel Mac. Thanks in advance!
In lexical directory (v0.7.1 tag from GitHub):
$ mise current erlang 26.2.5.2 elixir 1.16.3-otp-26 $ mix do deps.get, package
In a fresh Phoenix directory:
$ mise current erlang 26.2.5.2 elixir 1.16.3-otp-26 $ mix deps.get $ hx .
The
lexical.log
file:The helix log file:
The text was updated successfully, but these errors were encountered: