Develop command failed : "error Error: bind EACCES 0.0.0.0:1337"

Found the issue:

It seems that the port 1337 is a protected port for windows, somehow. Try using the port 8082 for example, which is apparently free (Or any other higher like 8085).

You can just change your .env file to something like:

PORT=8082

Only in your windows development machine.