Last active
December 18, 2015 17:48
-
-
Save tonini/5820686 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
$ rebar --version | |
rebar 2.1.0-pre R15B03 20130620_050022 No VCS info available. | |
$ which rebar | |
/usr/local/bin/rebar | |
$ mix deps.compile cowboy | |
* Compiling cowboy | |
==> cowboy (compile) | |
Dependency not available: ranch-.* ({git,"git://github.com/extend/ranch.git", | |
"0.8.2"}) | |
** (Mix) could not compile dependency cowboy, /Users/tonini/.mix/rebar command failed. | |
In case you want to recompile this dependency, please run: mix deps.compile cowboy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment