The community member is having trouble running a project locally and is getting an error. They have tried following the documentation and running the project using Docker or Visual Studio Code. The comments suggest that the issue may be related to the sh file being modified on Windows, which can cause issues with line endings. The community members recommend trying to run the project through a devcontainer or using WSL (Windows Subsystem for Linux) instead of MinGW. However, there is no explicitly marked answer in the comments.
i am trying to run the project in local, but it fails due to this error. i followed the documentation on the page and tried to run using only docker or vscode