ueberauth / ueberauth_example

Example Phoenix application using Überauth for authentication

Home Page:http://ueberauth-example.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

leifericf opened this issue · comments

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

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

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