β Running 'npm run build' #192372
Replies: 3 comments
-
|
π¬ Your Product Feedback Has Been Submitted π Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward β©
Where to look to see what's shipping π
What you can do in the meantime π»
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. β |
Beta Was this translation helpful? Give feedback.
-
|
Hard to help without more context here. Can you share:
If this is a Codespaces issue specifically, the most common culprit is running out of memory during the build. Codespaces have limited RAM depending on your machine type, and large builds can OOM silently. Try bumping your machine type to 4-core if you're on 2-core. If it's a dependency issue, try clearing the cache and reinstalling: rm -rf node_modules package-lock.json
npm install
npm run buildDrop the full error log and I can give you a more specific answer. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @thaisbtanaka-commits π Thanks for reaching out! Weβd love to help, but we need a bit more information to better understand the issue youβre experiencing. Could you provide the following details?
Even if you arenβt able to answer every bullet, providing as much information as you can will help the community provide the support that you need. In the meantime, Iβll go ahead and close this discussion. Please re-open this discussion with the additional information so we can take another look. Looking forward to your response! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
π·οΈ Discussion Type
Bug
Body
β Running 'npm run build'
Beta Was this translation helpful? Give feedback.
All reactions