engineerdawood opened a new issue, #30916: URL: https://github.com/apache/superset/issues/30916
### Bug description ### Issue: Docker Installation Failing with NPM Error Despite System Upgrade **Environment:** - **Version**: 4.0 - **Branch**: `4.0` (confirmed up-to-date with `origin/4.0`) - **Original System Specs**: 2 vCPU, 4GB RAM - **Upgraded System Specs**: 4 vCPU, 8GB RAM **Problem Description:** I initially attempted to build and run my project using Docker on a system with **2 vCPU** and **4GB of RAM**. The Docker build failed due to insufficient memory, specifically when docker is running **npm** commands to build Node dependencies. To address this, I upgraded my system to **4 vCPU** and **8GB of RAM**. However, after multiple attempts, I am still encountering the following NPM errors during the build process. I’ve tried rebuilding the Docker container several times, but the error persists. Can anyone provide guidance on what might be causing this issue or suggest potential solutions? **Git Status:** On branch 4.0 Your branch is up to date with 'origin/4.0'. Any help would be greatly appreciated! ` superset_db | 2024-10-26 12:33:48.102 UTC [67] LOG: checkpoint starting: time superset_db | 2024-10-26 12:33:52.300 UTC [67] LOG: checkpoint complete: wrote 43 buffers (0.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=4.017 s, sync=0.013 s, total=4.199 s; sync files=11, longest=0.010 s, average=0.002 s; distance=252 kB, estimate=252 kB superset_node | npm ERR! code FETCH_ERROR superset_node | npm ERR! errno FETCH_ERROR superset_node | npm ERR! invalid json response body at https://registry.npmjs.org/@storybook%2faddon-outline reason: Invalid response body while trying to fetch https://registry.npmjs.org/@storybook%2faddon-outline: Socket timeout superset_node | superset_node | superset_node | npm ERR! A complete log of this run can be found in: superset_node | npm ERR! /root/.npm/_logs/2024-10-26T12_30_06_825Z-debug-0.log ` ### Screenshots/recordings _No response_ ### Superset version 4.0.2 ### Python version 3.11 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
