Warning Message when installing Phoenix 1.7.19

I have warning message when try installing new Phoenix 1.7.19 in my local development

Resolving Hex dependencies...
Resolution completed in 0.02s
New:
  phx_new 1.7.19
* Getting phx_new (Hex package)
All dependencies are up to date
Compiling 11 files (.ex)
     warning: this clause of defp phoenix_dep/2 is never used
     │
 471 │   defp phoenix_dep("deps/phoenix", %{pre: ["dev"]}),
     │        ~
     │
     └─ lib/phx_new/generator.ex:471:8: Phx.New.Generator.phoenix_dep/2

     warning: Mix.Rebar.rebar_cmd/1 is deprecated. Use rebar_args/2 or available?/1 instead
     │
 272 │     Mix.Rebar.rebar_cmd(:rebar3)
     │               ~
     │
     └─ lib/mix/tasks/phx.new.ex:272:15: Mix.Tasks.Phx.New.rebar_available?/0

Generated phx_new app
Generated archive "phx_new-1.7.19.ez" with MIX_ENV=prod
Found existing entry: c:/Users/doom/.mix/archives/phx_new-1.7.18
Are you sure you want to replace it with "phx_new-1.7.19.ez"? [Yn] n

I am using Windows 11 not using wsl pure windows
Elixir 1.18.2
OTP Erlang 27.2.1

What should I do?

Judging by those warnings, you just need to wait for a new version to be released in the next couple days. There’s no issues: Just a warning about a dead code path, and a (soft?) deprecation notice.

1 Like

tks Sir,
Iam still develop in 1.7.18 also in my web production using 1.7.18, waiting couple days hold updating my web into 1.7.19