dosubot[bot] commented on issue #33355: URL: https://github.com/apache/superset/issues/33355#issuecomment-2849404407
<!-- Greeting --> Hello @smile2008! I'm here to help you with any bugs, questions, or contributions you have in mind. Let's tackle this issue together while we wait for a human maintainer. How can I assist you today? <!-- Answer --> To resolve the "Error: Cannot find module '@airbnb/config-babel'" when running "npm run build" for your Superset plugin, you need to install the missing module. You can do this by running the following command in the `/tmp/superset-plugin-chart-hello-world` directory: ```bash npm install @airbnb/config-babel@^2.2.4 ``` This will install the required module specified in the `peerDependencies` section of your package configuration, ensuring compatibility with other dependencies <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/packages/generator-superset/generators/plugin-chart/templates/package.erb)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/packages/generator-superset/generators/plugin-chart/templates/package-lock.erb)</sup>. <!-- 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/1fd6bc1b-e44f-46d1-9b32-90497dbcb173?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/1fd6bc1b-e44f-46d1-9b32-90497dbcb173?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/1fd6bc1b-e44f-46d1-9b32-90497dbcb173?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/1fd6bc1b-e44f-46d1-9b32-90497dbcb173?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1fd6bc1b-e44f-46d1-9b32-90497dbcb173?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/1fd6bc1b-e44f-46d1-9b32-90497dbcb173?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/1fd6bc1b-e44f-46d1-9b32-90497dbcb173?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]
