fulviomascara commented on issue #11171: URL: https://github.com/apache/incubator-superset/issues/11171#issuecomment-725036077
I solved this problem in my Mac today, with these steps: 1. git clone https://github.com/apache/incubator-superset.git 2. cd incubator-superset 3. docker-compose build 4. docker-compose up After terminal finishes Load Examples step (Step 4), enter in another session in terminal and 5. npm ci && npm run build && rm -rf node_modules ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
