Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

If you're having trouble spinning this up on Windows, with an error message in the "fastapi-react-project-frontend", that looks like this:

fastapi-react-project-frontend-1  | /app/run.sh: line 2: $'\r': command not found
fastapi-react-project-frontend-1  | /app/run.sh: line 3: syntax error near unexpected token `$'in\r''

You can open up fastapi-react-project\frontend\run.sh in Notepad++ and replace "\r\n" (carriage-return, new-line) with "\n" (new-line). Make sure you've got the "Search mode" of "Extended" selected when you do this replacement. This fixed the problem for me!

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.