-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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 setup fails with superset_node | npm error Cannot read properties of undefined (reading 'extraneous') #32426
Comments
I found two similar closed issues related to Docker and npm problems in the Superset repository, but neither provided a solution in the comments [1][2]. Regarding your issue, the error message "Cannot read properties of undefined (reading 'extraneous')" in the Additionally, ensure that the If the issue persists, you might want to check the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
@dosu |
The To do this, you can:
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. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
after pulling again from the master, the error disappeared, but the static resources are not found when loading the web page http://localhost:8088/superset/welcome/ |
We need to figure out how to evangelize people using :9000 rather than :8088. We need to document that and the |
thanks for the info @rusackas actually I was looking at the docker compose and trying to figure out how the service call each other why there are 2 tcp ports exposed. Now I call http://localhost:9000/ and get the following error in container logs
|
everything seems to work if I set |
Weird. Wondering why it works for some and not others(?) Also wondering if switching it globally for all would create regressions for people who don't have issues now (?) |
why to call the superset service using Why to expose the port 8088? That seems to make sense only if the frontend is not running in docker |
Bug description
I cloned the git code and followed the instructions on the doc page
https://superset.apache.org/docs/contributing/development/#docker-compose-recommended
to setup a dev environment with docker,
but the superset_node container fails and exists with an error,
can you please help me in understanding what I'm doing wrong?
Thank you
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: