Closed leifericf closed 6 years ago
On Ubuntu, mix deps.get throws an error:
mix deps.get
user@machine:~/Code/ueberauth_example$ mix deps.get ** (Mix) Invalid Elixir version requirement ~> 1.3 in mix.exs file
I wonder if this might be a bug in mix, actually. Hmmm.
mix
This issue was due to a broken Erlang/Elixir installation on my local machine.
On Ubuntu,
mix deps.get
throws an error: