You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile this project with the latest version of rebar3 I get the following errors:
===> Compiling blume
===> Compiling goldrush
===> Compiling lager
===> Compiling cuttlefish
===> Building escript...
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
===> When submitting a bug report, please include the output of rebar3 report "your command"
==> sample
** (Mix) Could not compile dependency :cuttlefish, "/home/cjimison/.mix/rebar3 bare compile --paths "/home/cjimison/sample/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile cuttlefish", update it with "mix deps.update cuttlefish" or clean it with "mix deps.clean cuttlefish"
However when I revert my rebar3 to version 3.2.0 and rebar 2.6.2 it compiles fine.
Thanks,
-Chris
The text was updated successfully, but these errors were encountered:
Seems to be a duplicate of #23 which holds more information so I'm closing this. Plese if the problem consists engage in the above-mentioned issue instead.
Hello,
When I compile this project with the latest version of rebar3 I get the following errors:
===> Compiling blume
===> Compiling goldrush
===> Compiling lager
===> Compiling cuttlefish
===> Building escript...
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
===> When submitting a bug report, please include the output of
rebar3 report "your command"
==> sample
** (Mix) Could not compile dependency :cuttlefish, "/home/cjimison/.mix/rebar3 bare compile --paths "/home/cjimison/sample/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile cuttlefish", update it with "mix deps.update cuttlefish" or clean it with "mix deps.clean cuttlefish"
However when I revert my rebar3 to version 3.2.0 and rebar 2.6.2 it compiles fine.
Thanks,
-Chris
The text was updated successfully, but these errors were encountered: