returnzer0 commented on issue #11694: URL: https://github.com/apache/incubator-superset/issues/11694#issuecomment-736691751
Thank you, everyone! It was indeed an issue with npm package linking (or lack of). I tried what @avicenteg outlined and I am able to run it with `docker-compose up`. I would add that, in step 6, I didn't change anything. Instead, I went into `docker/docker-frontend.sh` bash file to change the commands, but after running it once, I realized that if I added any new plugins, I'd need to bring down the volumes as well, so that npm can install packages, which is something I want to avoid, just in case. So I keep the `-f and --no-optional` flags in the bash script so that new packages are installed regardless, every time I run `docker-compose up`. @robinbakkerdemcon hope this also shines some light on your issue, I am able to run it via docker and expose a port on my gateway and can access it from anywhere and all of the plugins are loading just fine for me. ---------------------------------------------------------------- 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]
