Closed joaothallis closed 4 years ago
mix archive.uninstall phx_new
and you should be good to go!
Alternatively phx_gen_auth can add this to its mix.exs file:
for path <- :code.get_path,
Regex.match?(~r/phx_new\-\d+\.\d+\.\d\/ebin$/, List.to_string(path)) do
Code.delete_path(path)
end
But this problem will also be solved once we merge it into Phoenix. :)
Another option is to use MIX_ENV=prod mix compile
There are some prerequirement to compile the code?
Steps to reproduce the problem:
I already tried with
mix deps.compile phx_new"
,mix deps.update phx_new
andmix deps.clean phx_new