Something needs to quote paths, seems like it is mix?

Just upgrading to latest Erlang (25.0.2) & Elixir (1.13.4):

❯ mix deps.compile
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/Users/sribe/.mix/rebar3 bare compile --paths /Users/sribe/Desktop/Projects/Colvin/PedCard_work/(supporting projects)/utilities/_build/dev/lib/*/ebin'
1 Like

Just judging by the error alone it looks like rebar isn’t liking a path with ( in it. Maybe try the rebar3 bare compile .... command directly from the shell and see if you get the same error?

1 Like

I believe the problem is that the path given to rebar is not quoted properly–it would break with spaces even without parens. I just don’t know where to look…

2 Likes

I think this is the place that is missing the quoting: