Ettery commented on issue #30422: URL: https://github.com/apache/superset/issues/30422#issuecomment-2681637101
I'm building on a headless Ubuntu installation. zstd and simple-zstd installed successfully, but when I `npm run build` i get the error: ```` > [email protected] build > cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production BABEL_ENV="${BABEL_ENV:=production}" webpack --color --mode production INFO: Could not find files for the given pattern(s). [webpack-cli] Failed to load 'C:\dev\github\superset\superset\superset-frontend\webpack.config.js' config [webpack-cli] Error: Can not access zstd! Is it installed? ```` If I try to run zstd I get: ```` stdin is a console, aborting ```` Any suggestions? -- 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]
