Skip to content

Instantly share code, notes, and snippets.

@vsmart
Last active August 29, 2015 14:24
Show Gist options
  • Save vsmart/d4bae5f8e40ad83cf7a2 to your computer and use it in GitHub Desktop.
Save vsmart/d4bae5f8e40ad83cf7a2 to your computer and use it in GitHub Desktop.
Creating a new phoenix application fails on compiling :cowboy dependency.

To fix this, run:

$ rebar get-deps compile 
$ cd ..
$ mix deps.compile ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment