I'm on elixir 1.1.1 and the examples won't run.
== Compilation error on file lib/hello_world/supervisor.ex ==
** (CompileError) lib/hello_world/supervisor.ex:2: module Supervisor.Behaviour is not loaded and could not be found
(elixir) expanding macro: Kernel.use/1
lib/hello_world/supervisor.ex:2: HelloWorld.Supervisor (module)
(elixir) lib/kernel/parallel_compiler.ex:100: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8
== Compilation error on file lib/hello_world.ex ==
** (CompileError) lib/hello_world.ex:2: module Application.Behaviour is not loaded and could not be found
(elixir) expanding macro: Kernel.use/1
lib/hello_world.ex:2: HelloWorld (module)
(elixir) lib/kernel/parallel_compiler.ex:100: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8
I'm on elixir 1.1.1 and the examples won't run.
Steps to reproduce:
I get this error: