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
Occasionally the build server doesn't have hex / rebar installed and it gives errors
Could not find Hex, which is needed to build dependency :credo
Shall I install Hex? (if running non-interactively, use "mix local.hex --force") [Yn]
and
Could not find "rebar3", which is needed to build dependency :telemetry
I can install a local copy which is just used by Mix
Shall I install rebar3? (if running non-interactively, use "mix local.rebar --force") [Yn]
It's non-interactive though, so you need to quit.
Questions:
Can we adjust the hook so it won't wait for a signal that'll never occur?
Should we add the installation as part of the hook?
The text was updated successfully, but these errors were encountered:
Occasionally the build server doesn't have hex / rebar installed and it gives errors
and
It's non-interactive though, so you need to quit.
Questions:
The text was updated successfully, but these errors were encountered: