Hi,
I'm trying to generate new phoenix app on v0.11.
But the task
phoenix.new could not found.
How to generate new phoenix app on v0.11?
Here is my reproducible commands.
/tmp/test% git clone phoenixframework/phoenix
/tmp/test% cd phoenix/
/tmp/test/phoenix% mix do deps.get, compile
/tmp/test/phoenix% mix
phoenix.new ../app_v0_10
(It's ok on v0_10)
/tmp/test/phoenix% git co v0.11.0
/tmp/test/phoenix% mix do deps.get, compile
/tmp/test/phoenix% mix
phoenix.new ../app_v0_11
** (Mix) The task
phoenix.new could not be found
Regards.