Closed mikhailbot closed 6 years ago
Could you try removing the _build
directory and then running mix ecto.create
?
Could you try removing the
_build
directory and then runningmix ecto.create
?
No go sadly! Also deleted it and tried mix compile --force
but still refuses to compile. I'm going to try updated elixir and erlang versions and see if that is it, but I didn't think my versions where that far behind!
I think I see what the problem is - I will push a fix now
Hmm OK because I just upgraded versions and it seems to work with:
elixir 1.7.4
erlang 21.1.1
I just pushed a fix to hex - version 1.2.9. The problem was that I was using a feature added in Elixir 1.5 in the UserMessages.Base module - that's why it works with newer versions.
Working smoothly now, thanks a ton đź‘Ť
I'm trying to setup an existing app that includes
phauxth
and running into a weird issue. App works fine on other machines (also MacOS)OS: MacOS 10.13.6 Erlang: 20.3.8.9 Elixir: 1.4.5
Deps:
Error:
I've done nothing more than clone the existing working repo, install elixir/erlang with
asdf
and trymix deps.get
and thenmix ecto.create
which then fails with the above.