dosubot[bot] commented on issue #32426: URL: https://github.com/apache/superset/issues/32426#issuecomment-2691180895
<!-- Answer --> The `BUILD_SUPERSET_FRONTEND_IN_DOCKER` variable being undocumented and defaulting to `true` can indeed be confusing. If you're experiencing issues with the frontend build, you might want to try setting this variable to `false` and handle the frontend build locally. This approach can help avoid potential resource constraints and compatibility issues within the Docker container. To do this, you can: 1. Set `BUILD_SUPERSET_FRONTEND_IN_DOCKER=false` in your environment variables. 2. Run `npm install` and `npm run dev` locally on your machine instead of inside the Docker container. This setup can often resolve issues related to npm and Node.js version mismatches or resource limitations. If you continue to face issues, ensure your local Node.js and npm versions are compatible with the project's requirements. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/dc4523af-6708-4f69-8eed-adc71afa022c?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/dc4523af-6708-4f69-8eed-adc71afa022c?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/dc4523af-6708-4f69-8eed-adc71afa022c?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/dc4523af-6708-4f69-8eed-adc71afa022c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/dc4523af-6708-4f69-8eed-adc71afa022c?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/dc4523af-6708-4f69-8eed-adc71afa022c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/dc4523af-6708-4f69-8eed-adc71afa022c?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
