Open sunchess opened 8 years ago
I have the issue. Here are the versions of erlang and elixir
$ iex -v
Erlang/OTP 19 [erts-8.0.2] [source-9503fff] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
IEx 1.3.2
My version $ iex -v Erlang/OTP 19 [erts-8.0.2] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
IEx 1.3.2
OK, I managed to compile the code.
You have to mix deps.update --all
to use phoenix 1.1.6 which is the only 1.1.x release with erlang 19 support.
Also you should have change to {:phoenix_html, "~> 2.6.0"}
in mix.exs
Ok, thank you a lot.
I'm trying to get the code as released to work properly, without modifying versions. After getting past the above by downgrading some of the requirements, I'm now running into a node / v8 error.
Could you perhaps list the versions of elixir, erlang, and node that were used to create this example on the README? And then set the exact versions of deps rather than "~>" so newer, breaking, ones don't get loaded. I think having that would make it easier on folks and turns it into a "snapshot" in time. Since it's unlikely you'll have time to continually update this example.
(Or if you happen to use asdf, maybe add the versions as a .tool-versions file.)
Hi, I've got a error when try to install phoenix_guardian
Any Ideas?