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
Hello. When I try to compile my project which uses i18n as dependency I get next error:
rebar3 compile ===> Verifying dependencies... ===> Fetching i18n ({git,"https://github.com/erlang-unicode/i18n.git", {ref,"5e5feeb34b138077689d67ab0f400e0d810764af"}}) ===> Failed to update package from repo hexpm ===> Plugin rebar_i18n_plugin not available. It will not be used. ===> Compiling i18n ===> Compiling _build/default/lib/i18n/src/i18n.erl failed _build/default/lib/i18n/src/i18n.erl:none: undefined parse transform 'i18n_expand'
Could you please help with investigation?
rebar3 version rebar 3.9.1+build.4318.refcc788f1f on Erlang/OTP 21 Erts 10.3.1
The text was updated successfully, but these errors were encountered:
I found that if run start_dev.sh script from i18n directory library compiles successfully and then rebar3 skip this dependency.
Sorry, something went wrong.
No branches or pull requests
Hello. When I try to compile my project which uses i18n as dependency I get next error:
rebar3 compile
===> Verifying dependencies...
===> Fetching i18n ({git,"https://github.com/erlang-unicode/i18n.git",
{ref,"5e5feeb34b138077689d67ab0f400e0d810764af"}})
===> Failed to update package from repo hexpm
===> Plugin rebar_i18n_plugin not available. It will not be used.
===> Compiling i18n
===> Compiling _build/default/lib/i18n/src/i18n.erl failed
_build/default/lib/i18n/src/i18n.erl:none: undefined parse transform 'i18n_expand'
Could you please help with investigation?
rebar3 version
rebar 3.9.1+build.4318.refcc788f1f on Erlang/OTP 21 Erts 10.3.1
The text was updated successfully, but these errors were encountered: