Skip to content

Warning Message when installing Phoenix 1.7.19 #6069

Open
@ariandanim

Description

Environment

  • Elixir version (elixir -v): Elixir 1.18.2
  • Phoenix version (mix deps): Phoenix 1.7.19
  • Operating system: Windows 11 not using WSL pure Windows
  • Erlang OTP 27.2.1

Actual behavior

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

Expected behavior

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions