Skip to content

Instantly share code, notes, and snippets.

@alco
Created June 23, 2014 20:58
Show Gist options
  • Save alco/92ad9ed723813eb31889 to your computer and use it in GitHub Desktop.
Save alco/92ad9ed723813eb31889 to your computer and use it in GitHub Desktop.
root@cc65acb033ba:/home/beamie# ls _build/dev/lib/
beamie_eval cowboy cowlib gproc ranch
root@cc65acb033ba:/home/beamie# mix run
Unchecked dependencies for environment dev:
* gproc (git://github.com/esl/gproc.git)
the dependency is not available, run `mix deps.get`
* cowboy (git://github.com/extend/cowboy.git)
the dependency is not available, run `mix deps.get`
** (Mix) [beamie_eval] Can't continue due to errors on dependencies
root@cc65acb033ba:/home/beamie# ls _build/dev/lib/
beamie_eval cowboy gproc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment