KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.83k stars 153 forks source link

Invalid Erlang SDK from elixir web setup for windows #2525

Open tricoire-timour opened 2 years ago

tricoire-timour commented 2 years ago

I installed Elixir and Erlang using the elixir websetup availaibe here, but I am unable to actually setup the erlang sdk correctly. If that makes a difference, I installed the elixir plugin before installing elixir.

To Reproduce Steps to reproduce the behavior:

  1. Install Elixir for windows from the elixir website
  2. Create a project
  3. Go to project structure
  4. Add the erl-24.1.7 file installed by the elixir installer as an erlang sdk
  5. Get an error that says "Please configure the ERLANG_SDK_NAME"

Screenshots image

Logs If reporting a hang or other performance issue, please attach the thread dumps.

Desktop:

Erlang:

Elixir:

Plugin:

bhuntpenn commented 2 years ago

I saw the same error when using an elixir version and erlang version:

erlang 24.3.4.2
elixir 1.13.4-otp-24

I installed and configured with :

erlang 24.3.4.2
elixir 1.13.4

And the error message was not repeated.