Skip to content

Commit

Permalink
Add troubleshooting note for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Nov 14, 2020
1 parent 41331a8 commit 0b7037d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ If you get an error like the following immediately on startup:

and you installed Elixir and Erlang from the Erlang Solutions repository, you may not have a full installation of erlang. This can be solved with `sudo apt-get install esl-erlang`. Originally reported in [#208](https://github.com/elixir-lsp/elixir-ls/issues/208).

On fedora if you only install the elixir package you will not have a full erlang installation, this can be fixed by running `sudo dnf install erlang` (reported in [#231](https://github.com/elixir-lsp/elixir-ls/issues/231))

## Known Issues/Limitations

* `.exs` files don't return compilation errors
Expand Down

0 comments on commit 0b7037d

Please sign in to comment.