Created
June 29, 2015 03:08
-
-
Save Tombert/557b6179932c9ee7f13f to your computer and use it in GitHub Desktop.
elixir error.
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
==> cowboy (compile) | |
Compiled src/cowboy_acceptors_sup.erl | |
Compiling src/cowboy_listener.erl failed: | |
src/cowboy_listener.erl:30: type queue/0 is deprecated and will be removed in OTP 18.0; use use queue:queue/0 or preferably queue:queue/1 | |
src/cowboy_listener.erl:211: type queue/0 is deprecated and will be removed in OTP 18.0; use use queue:queue/0 or preferably queue:queue/1 | |
src/cowboy_listener.erl:211: type queue/0 is deprecated and will be removed in OTP 18.0; use use queue:queue/0 or preferably queue:queue/1 | |
Could not compile dependency cowboy, /usr/bin/rebar command failed. If 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