Closed nelsonic closed 7 years ago
Looked at: https://github.com/phoenixframework/phoenix/issues/1624 and: http://stackoverflow.com/questions/32089058/postgres-phoenix-elixir-install-errors
Turns out it was PEBKAC I forgot to
cd project-name
Duh...! after running
mix phonix.new project-name
you've got to change directory in your project!
else there is no ecto command! #noob
😜
How to resolve this issue if you see it while setting up a new Phoenix project ...