bigbenbeer commented on issue #33050: URL: https://github.com/apache/superset/issues/33050#issuecomment-2809754485
@emosonic Check your Docker compose file for a reference to the following `"/app/docker/docker-frontend.sh"`. It should reside in a command block. If it is there, then it will build the front end using `npm`, in which case you need to make sure your `npm` & `node` installation matches the version in the `package.json`. I would advise using [nvm](https://github.com/nvm-sh/nvm) -- 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]
