xmagcx opened a new issue, #22627: URL: https://github.com/apache/superset/issues/22627
A clear and concise description of what the bug is. #### How to reproduce the bug 1. Step add new drivers (https://superset.apache.org/docs/databases/docker-add-drivers/) 2. Execute command docker-compose build --force-rm 3. it takes a long time to respond 4. Result: npm ERR! code FETCH_ERROR npm ERR! errno FETCH_ERROR npm ERR! network timeout at: https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2023-01-06T19_29_02_808Z-debug-0.log ### Expected results build docker image correctly ### Actual results npm ERR! code FETCH_ERROR npm ERR! errno FETCH_ERROR npm ERR! network timeout at: https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2023-01-06T19_29_02_808Z-debug-0.log #### Screenshots  ### Environment (please complete the following information): - browser type and version: N/A - superset version: `superset version` master branch - python version: `python --version` 3.8 - node.js version: `node -v` 16 - any feature flags active: N/A ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Testing into Dockerfile (https://stackoverflow.com/questions/67657599/npm-err-code-err-socket-timeout-on-creating-new-project-using-ng-new-appname)  -- 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]
