I'm trying to create a Wasp project, but it always fails on the Docker part.
I always get the error "--- [Error] Couldn't find
docker
docker
executable: ---------------------------------
To run PostgreSQL dev database, Wasp needs
docker
docker
installed and in PATH."
I am able to run docker commands in the terminal by myself with no issue. I also have Docker added in my PATH. I have no idea why Wasp cannot find the command that I use with no problem.
Can anyone help? I'm with latest versions of Node, Docker, and MacOS