I can’t compile phoenix app after delete _build folder (OS Win 11). The same error is always given, in the same place:
mix phx.server
==> file_system
Compiling 7 files (.ex)
Generated file_system app
==> decimal
Compiling 4 files (.ex)
Generated decimal app
==> mime
Compiling 1 file (.ex)
Generated mime app
==> nimble_options
Compiling 3 files (.ex)
Generated nimble_options app
==> bunt
Compiling 2 files (.ex)
Generated bunt app
** (ArgumentError) argument error
(stdlib 5.0.2) io.erl:99: :io.put_chars(:standard_io, <<210, 229, 234, 243, 249, 224, 255, 32, 234, 238, 228, 238, 226, 224, 255, 32, 241, 242, 240, 224, 237, 232, 246, 224, 58, 32, 49, 50, 53, 49, 13, 10>>)
(elixir 1.15.6) lib/system.ex:1121: System.do_port_byte/3
(elixir 1.15.6) lib/system.ex:1107: System.do_cmd/3
(mix 1.15.6) lib/mix/shell.ex:128: Mix.Shell.cmd/3
(mix 1.15.6) lib/mix/tasks/deps.compile.ex:300: Mix.Tasks.Deps.Compile.do_command/5
(mix 1.15.6) lib/mix/tasks/deps.compile.ex:211: Mix.Tasks.Deps.Compile.do_rebar3/2
(mix 1.15.6) lib/mix/tasks/deps.compile.ex:93: anonymous fn/4 in Mix.Tasks.Deps.Compile.compile/2
(elixir 1.15.6) lib/enum.ex:1693: Enum."-map/2-lists^map/1-1-"/2