Open buaaflyaway opened 2 years ago
Frontend build faild, don't know why
/app/run.sh: line 2: $'\r': command not found /app/run.sh: line 3: syntax error near unexpected token `$'in\r'' 'app/run.sh: line 3: `case $1 in
@buaaflyaway did you ever find a solution to this? I have the same issue.
Issue is with line ending differences between windows and linux. Open up run.sh in notepad++ and find and replace "\r\n" with "\n".
Frontend build faild, don't know why