We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I'm experiencing an issue with decidim-monitor.
docker-compose up --build :
docker-compose up --build
Attaching to decidim-monitor_app_1 app_1 | ==> gettext app_1 | Compiling 1 file (.erl) app_1 | /usr/local/Cellar/erlang/21.0.5/lib/erlang/lib/parsetools-2.1.7/include/yeccpre.hrl:59: illegal pattern app_1 | /usr/local/Cellar/erlang/21.0.5/lib/erlang/lib/parsetools-2.1.7/include/yeccpre.hrl:60: variable 'Error' is unbound app_1 | /usr/local/Cellar/erlang/21.0.5/lib/erlang/lib/parsetools-2.1.7/include/yeccpre.hrl:60: variable 'Stacktrace' is unbound app_1 | /usr/local/Cellar/erlang/21.0.5/lib/erlang/lib/parsetools-2.1.7/include/yeccpre.hrl:63: variable 'Stacktrace' unsafe in 'try' (line 60) app_1 | /usr/local/Cellar/erlang/21.0.5/lib/erlang/lib/parsetools-2.1.7/include/yeccpre.hrl:64: variable 'Error' unsafe in 'try' (line 60) app_1 | /usr/local/Cellar/erlang/21.0.5/lib/erlang/lib/parsetools-2.1.7/include/yeccpre.hrl:64: variable 'Stacktrace' unsafe in 'try' (line 60) app_1 | could not compile dependency :gettext, "mix compile" failed. You can recompile this dependency with "mix deps.compile gettext", update it with "mix deps.update gettext" or clean it with "mix deps.clean gettext" decidim-monitor_app_1 exited with code 1
Currently all mix compile command failed.
mix compile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I'm experiencing an issue with decidim-monitor.
docker-compose up --build
:Currently all
mix compile
command failed.The text was updated successfully, but these errors were encountered: