returnzer0 commented on issue #11694: URL: https://github.com/apache/incubator-superset/issues/11694#issuecomment-736079849
I'm running into the same issue when adding custom plugins, I'm using docker. When I add a new custom visualization plugin using [this](https://superset.apache.org/docs/installation/building-custom-viz-plugins) tutorial and run docker-compose, I get this error ``` superset_node | npm ERR! code E404 superset_node | npm ERR! 404 Not Found - GET https://registry.npmjs.org/@superset-ui%2fplugin-chart-hello-world - Not found superset_node | npm ERR! 404 superset_node | npm ERR! 404 '@superset-ui/plugin-chart-hello-world@^0.0.0' is not in the npm registry. superset_node | npm ERR! 404 You should bug the author to publish it (or use the name yourself!) superset_node | npm ERR! 404 It was specified as a dependency of 'superset-frontend' superset_node | npm ERR! 404 superset_node | npm ERR! 404 Note that you can also install from a superset_node | npm ERR! 404 tarball, folder, http url, or git url. superset_node | superset_node | npm ERR! A complete log of this run can be found in: superset_node | npm ERR! /root/.npm/_logs/2020-11-30T21_19_48_140Z-debug.log ``` I can run the dev server using `npm run dev-server` inside the superset-frontend folder and it gets served via localhost:9000, but docker doesn't seem to play that well, the frontend at localhost:8088 and logo keeps spinning. ---------------------------------------------------------------- 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]
