arvebratt commented on issue #32187:
URL: https://github.com/apache/superset/issues/32187#issuecomment-2647155633

   I'm experiencing similar issues and asked for help in Slack, someone got it 
to work using these terminal commands:
   `
   cd superset-frontend/
   npm install -f --no-optional --global webpack webpack-cli
   npm install -f --no-optional
   npm install -f --global webpack webpack-cli
   npm install -f
   npm run dev
   cd ..
   docker compose -f docker-compose-non-dev.yml up
   cd superset
   docker compose down
   docker compose up
   `
   
   I haven't been able to try it myself but give it a go. Maybe you'll 
understand why it throws the error.


-- 
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]

Reply via email to