nytai commented on issue #11694: URL: https://github.com/apache/incubator-superset/issues/11694#issuecomment-736177410
actually, I bet the issue with docker (via npm link) is that the linked plugin isn't in the docker file system. I'd try moving the plugin into `superset-frontend` (which should be volume mounted) and try pointing to it using the `file:...` reference (which should be easier to debug than `npm link`) ---------------------------------------------------------------- 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]
