-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose build failed #1441
Comments
Hey @clarkzhanghao! I'm here to help you with any bugs, questions, or contributions you have. Let's squash those bugs together! The error you're encountering is due to a type mismatch in the TypeScript definition of the To resolve this issue, you can modify the TypeScript definition of the children?: React.ReactNode | Element; to: children?: React.ReactNode; This change should align the type definition with the expected |
After fixing it in the above way, after starting the service, the front-end UI prompts: |
Hi, |
still here. |
+1 on this issue. |
+1, issue still there |
+1, facing same issue |
System Info
aws linux
python 3.12.7
pandasai git clone the master branch
🐛 Describe the bug
docker-compose build exec failed,the error log:
failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered: