InstagramClonePETAL
InstagramClonePETAL copied to clipboard
update dependency to faker
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. :)