jethac opened a new issue, #42987: URL: https://github.com/apache/superset/issues/42987
### Problem `superset-frontend/webpack.proxy-config.js` and `package.json` depend on zstd, but no contributor documentation mentions it. `grep -rli zstd docs CONTRIBUTING.md` returns nothing. On a machine without the native library available, the dev server fails at startup with an error that does not name the missing dependency, so the failure mode is a new contributor bouncing off setup with no obvious next step. ### Proposed change Document the prerequisite where the dev-server setup is described, with the install line for the common platforms. If the dependency can be made optional with a clear runtime message instead, that would be better still — but documenting it is the cheap fix. Verified against `master` at `3539c41dab`. -- 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]
