Created
June 23, 2014 20:58
-
-
Save alco/92ad9ed723813eb31889 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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