-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
zstd not found by superset_node during docker compose up dev mode #30206
Comments
I found a similar closed issue, docker build failed, which was last updated on December 21, 2022. The suggested solution was to ensure that the
This should help resolve the error you are encountering [1][2]. |
I hit this error too, on macos arm64 . superset_node | > webpack --mode=development --color --watch
superset_node |
superset_node | [webpack-cli] Failed to load '/app/superset-frontend/webpack.config.js' config
superset_node | [webpack-cli] Error: Can not access zstd! Is it installed? |
Same here, anyone found how to workaround this issue? |
If you read the PR linked in the description there’s a hacky solution to get things moving. |
some issue here on ubuntu |
Bug description
When running
webpack
I get the following error onmaster
:Related conversation in PR, where I mention a hacky solution: #30034 (comment)
Raising this to increase visibility in case anyone else encounters.
How to reproduce the bug
docker compose up
onmaster
branch.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: