k-dani commented on issue #20211: URL: https://github.com/apache/superset/issues/20211#issuecomment-1625385504
Hello, is there a solution to this problem because i ran into the same / a similar problem while installing superset under the latest Debian and Ubuntu server version: Using this guide: https://superset.apache.org/docs/installation/installing-superset-from-scratch/ at the bottom with the npm clean install command. ``` # Build javascript assets cd superset-frontend npm ci ``` I get this error as well: ``` npm ERR! code 1 npm ERR! path /home/<user>/superset/apache-superset-2.1.0rc3/superset-frontend/node_modules/puppeteer npm ERR! command failed npm ERR! command sh -c -- node install.js npm ERR! A complete log of this run can be found in: npm ERR! /home/<user>/.npm/_logs/2023-07-07T12_41_35_430Z-debug-0.log ``` -- 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]
