-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"JavaScript heap out of memory" in the build process #978
Comments
The error message above is actually from running |
d53be69 fixes this on the github actions workflow, but this can still be a problem in general. vitejs/vite#2433 to link to the parent bug in Vite. |
There is a very high probability that this issue will be triggered during the user's own build process, so I think it is necessary to modify the package.json |
Steps to reproduce
yarn
andyarn build
Outcome
What did you expect?
Successfully build
What happened instead?
Node.js v18.14.2
This problem is recent and there was no problem before.
Operating system
Ubuntu 20.04
Browser information
No response
URL for webapp
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered: