couchbeam icon indicating copy to clipboard operation
couchbeam copied to clipboard

Add mix building back

Open vtsatskin opened this issue 8 years ago • 3 comments

As expressed in #167, Elixir users are getting dependency issues when no mix.exs file exists specifying the required dependencies.

vtsatskin avatar Feb 08 '17 16:02 vtsatskin

Isn't bumping the hackney in rebar.config* version enough?

benoitc avatar Feb 10 '17 08:02 benoitc

Is there any way I can help in getting this issue solved and a new version released to hex.pm?

amuino avatar Mar 25 '17 23:03 amuino

Also running into this issue. I manually added back the mix files to get it working, but has anyone found a rebar-only solution?

I totally understand not wanting to maintain two build config types when one should work, but also can't figure out how to get rebar to do what I want. Bumping hackney to 1.7.1 didn't work any magic for me. Let me know!

usernolan avatar Mar 29 '17 22:03 usernolan

applied #171 instead since rebar3 is always here and mix should use it .

benoitc avatar Oct 07 '23 13:10 benoitc