ueberauth / ueberauth_example

Example Phoenix application using Überauth for authentication
http://ueberauth-example.herokuapp.com
MIT License
220 stars 73 forks source link

Getting dependencies via 'mix deps.get' fails on Ubuntu #42

Closed leifericf closed 6 years ago

leifericf commented 6 years ago

On Ubuntu, mix deps.get throws an error:

user@machine:~/Code/ueberauth_example$ mix deps.get
** (Mix) Invalid Elixir version requirement ~> 1.3 in mix.exs file
leifericf commented 6 years ago

I wonder if this might be a bug in mix, actually. Hmmm.

leifericf commented 6 years ago

This issue was due to a broken Erlang/Elixir installation on my local machine.