seminip commented on issue #24589: URL: https://github.com/apache/superset/issues/24589#issuecomment-1632195152
Hi @roxxrroy Can you try these steps: go to superset-frontend folder and remove your node modules if you have them. `rm -rf node_modules` then install node modules using: `npm ci` Then: ``` docker-compose down -v docker-compose build --no-cache docker-compose up -d --force-recreate ``` -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org