3

How to install Elixir SDK on IDEA 15.0.3 in Windows 10 ?

[1] "That selected directory is not valid home for Elixir SDK"

Onorio Catenacci
  • 14,928
  • 14
  • 81
  • 132
  • How did you install Elixir? Via Chocolatey NuGet or via the Windows Installer? It will make a difference. – Onorio Catenacci Feb 16 '16 at 10:49
  • from win istaller: elixir-websetup.exe –  Feb 16 '16 at 11:04
  • All the users who've opened issues for IntelliJ-Elixir on Windows use that installer, so it should work now. Let me update my copy on Windows and see if I get the error. – Luke Imhoff Feb 16 '16 at 13:31

1 Answers1

2

I got a "Corrupted SDK" error when selecting the Elixir directory instead of the Elixir/bin. Since it worked for my Elixir 1.1.1 install before I updated, there is likely a different different format to the elixir --version for 1.2 than 1.1.1. This was the case for Elixir on OSX (using homebrew) and Linux. I'm guessing the output is another format for Windows 1.2. Please open a bug https://github.com/KronicDeth/intellij-elixir/issues/new and I'll figure out why Windows' format isn't matching.

Luke Imhoff
  • 802
  • 10
  • 11