lexical-lsp / lexical

Lexical is a next-generation elixir language server
779 stars 77 forks source link

module LXical.Server.Boot is not available #699

Closed karangejo closed 2 months ago

karangejo commented 2 months ago

I pulled the project down and ran mix deps.get mix package

Afterwards when I run ./bin/start_lexical.sh

I get this output Detected Elixir through asdf: /Users/my_user/.asdf/installs/elixir/1.16.0-otp-26/bin/elixir ** (UndefinedFunctionError) function LXical.Server.Boot.start/0 is undefined (module LXical.Server.Boot is not available) LXical.Server.Boot.start() boot.exs:23: (file)

scohen commented 2 months ago

You are running ./bin/start_lexical you should be running _build/dev/package/lexical/bin/start_lexical.sh