How to set up the Elixir SDK in Intellij IDEA with the intellij-elixir plugin?

It’s looking for your erlang installation directory. :slight_smile:

Elixir is just a new front-end syntax and a set of awesome tools on the normal BEAM VM (just like scala or clojure on the JVM), and as such it needs to know the location of the VM itself, which is with erlang. :slight_smile: