Skip to content

Instantly share code, notes, and snippets.

@alco
Created July 8, 2014 22:12
Show Gist options
  • Save alco/19ab6c52b337c6af3968 to your computer and use it in GitHub Desktop.
Save alco/19ab6c52b337c6af3968 to your computer and use it in GitHub Desktop.
defp deps do
[{:muweb, github: "alco/muweb"},
{:commando, github: "alco/commando"},
{:exrm, "~> 0.11.1", optional: true}]
end
λ mix compile
Unchecked dependencies for environment dev:
* exrm (package)
the dependency is not available, run `mix deps.get`
** (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