mikysetiawan opened a new issue, #28315: URL: https://github.com/apache/superset/issues/28315
### Bug description I was using docker compose when installing Apache Superset, using this tutorial https://superset.apache.org/docs/installation/docker-compose/ everything going ok except when I go to SQL Lab menu, it shows "Unexpected error: Error: Cannot find module 'core-js/library/fn/array/fill'" what I know is maybe that because the version of core-js, because path 'core-js/library/fn/array/fill' only available on core-js 2 or lower, but in superset is using core-js 3, is there something that can I do to fix this error? ### How to reproduce the bug 1. Install apache superset using docker compose using this tutorial https://superset.apache.org/docs/installation/docker-compose/ 2. Login 3. Go to SQL -> SQL Lab menu ### Screenshots/recordings  ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
