Skip to content

Instantly share code, notes, and snippets.

@olivermt
Created July 27, 2016 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivermt/069cf81efefd73f83f479920547da3f3 to your computer and use it in GitHub Desktop.
Save olivermt/069cf81efefd73f83f479920547da3f3 to your computer and use it in GitHub Desktop.
Monicas-MacBook-Air:server oliver$ rebar3 -v
rebar 3.0.0-alpha-6 on Erlang/OTP 19 Erts 8.0.2
Monicas-MacBook-Air:server oliver$ which rebar3
/usr/local/bin/rebar3
Monicas-MacBook-Air:server oliver$ rebar3 bare
===> Command bare not found
Monicas-MacBook-Air:server oliver$ mix local.rebar
/Users/oliver/.mix/rebar already exists, overwrite? [Yn]
* creating /Users/oliver/.mix/rebar
/Users/oliver/.mix/rebar3 already exists, overwrite? [Yn]
* creating /Users/oliver/.mix/rebar3
Monicas-MacBook-Air:server oliver$ mix compile
===> Command bare not found
** (Mix) Could not compile dependency :idna, "/usr/local/bin/rebar3 bare compile --paths "/Users/oliver/Documents/code/safari/server/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile idna", update it with "mix deps.update idna" or clean it with "mix deps.clean idna"
Monicas-MacBook-Air:server oliver$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment