Elixir 1.7.4
Phoenix 1.4.3
Clean dir: mix phx.new cool_interface
cd cool_interface
Add {:drab, "~> 0.10.0"} to mix.exs
Run mix deps.get
Finally mix drab.install
Get the unable to find endpoint error
I've tried manually installing but just get other errors that also seem to involve endpoint. I was really hoping the drab.install with everything being up-to-date versions would save me
Elixir 1.7.4
Phoenix 1.4.3
Clean dir:
mix phx.new cool_interfacecd cool_interfaceAdd
{:drab, "~> 0.10.0"}to mix.exsRun
mix deps.getFinally
mix drab.installGet the unable to find endpoint error
I've tried manually installing but just get other errors that also seem to involve endpoint. I was really hoping the drab.install with everything being up-to-date versions would save me