Skip to content

update dependency to faker #4

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

boojongmin
Copy link

Problem

ecto.setup command is to occured error from compiling faker.

== Compilation error in file lib/faker/string.ex ==
** (SyntaxError) lib/faker/string.ex:144:15: invalid bidirectional formatting character in string: \u202A. If you want to use such character, use it in its escaped \u202A form instead
    (elixir 1.14.2) lib/kernel/parallel_compiler.ex:346: anonymous fn/5 in Kernel.ParallelCompiler.spawn_workers/7
could not compile dependency :faker, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile faker", update it with "mix deps.update faker" or clean it with "mix deps.clean faker"

Solution

upgrade version from 0.16.0 to 0.17.0 on mix.exs.

and I passed the error.

==> faker
Compiling 102 files (.ex)

thankt you. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant