Could not compile dependency :idna after adding "timex" dependency.
Asked Answered
A

0

3

After adding "timex" dependency I am facing this issue here is the error ===> Command bare not found ** (Mix) Could not compile dependency :idna, "/usr/bin/rebar3 bare compile --paths "phoenix/_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"

Astrogeology answered 25/4, 2016 at 11:7 Comment(3)
Which version of rebar3 is installed? Which version of timex are you attempting to add? Sounds like a version mismatch somewhere.Onwards
Earlier it was rebar2.x. ...So I changed it to rebar3... Now I am get'g "Command bare not found" error.Astrogeology
Rebar2.x to Rebar3 isn't just a version change. Rebar3 was totally rewritten. There is no Rebar3 bare option. Revert to Rebar2.xOnwards

© 2022 - 2024 — McMap. All rights reserved.