How do I get rebar3 to show runtime errors during boot?
I have an erlang application, which I’ve recently starting building use rebar3. Since doing so, any runtime errors which get thrown while the application is booting (eg the address for the server is already in use) get hidden. What’s the easiest way to get these unhandled errors output to stderr?
Cannot add dependency to rebar3 config
I have problem with adding dependency (I’m using rebar3 for compiling).