Closed peerst closed 6 years ago
The new config advises users to run rebar3 compile
before. But that's just a workaround.
That workaround didn’t work for me
Retried with the latest version: calling rebar3 compile
doesn't create the missing directory nor does it fix the problem otherwise.
The only workaround that works for me is calling mkdir _grisp/otp/19.3.6/install
after the first failed build. Or probably calling mkdir -p _grisp/otp/19.3.6/install
before rebar3 grisp build
Now that I have the most current rebar3_grisp
plugin (had a old one installed globaly) the workaround with rebar3 compile
works for me too
Ok all, this was caused by old global rebar3_grisp
plugins installed.
Caveat: updating global rebar3 plugins doesn't work with rebar3 plugins upgrade
The directory install doesn't exist.
Workaraound: after it failed create the missing dir and retry