Skip to content

Instantly share code, notes, and snippets.

@scrogson
Created March 26, 2014 04:23
Show Gist options
  • Save scrogson/9776913 to your computer and use it in GitHub Desktop.
Save scrogson/9776913 to your computer and use it in GitHub Desktop.
$ iex -S mix (2.1.0)
Erlang R16B03-1 (erts-5.10.4) [source] [smp:8:8] [async-threads:10] [kernel-poll:false]
Unchecked dependencies for environment dev:
* wsock (git://github.com/madtrick/wsock.git)
the dependency wsock in deps/escalus/rebar.config is overriding a child dependency:
> In deps/escalus/rebar.config:
{:wsock, ~r".*", [git: "git://github.com/madtrick/wsock.git", tag: "1.1.3"]}
> In deps/wsecli/rebar.config:
{:wsock, ~r".*", [git: "https://github.com/madtrick/wsock", branch: "develop"]}
Ensure they match or specify one of the above in your Excalus.Mixfile deps and set `override: true`
** (Mix) Can't continue due to errors on dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment