i18n
i18n copied to clipboard
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
Environment
- Operating System: Darwin
- Node Version: v20.9.0
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.7
- Package Manager: [email protected]
- Builder: -
- User Config: app, devtools, imports, components, vite, modules, css, i18n, build, top_menu, serverOptions, runtimeConfig, license, style, form, security, routeRules
- Runtime Modules: @vueuse/[email protected], [email protected], [email protected], [email protected], @pinia/[email protected], [email protected], @vee-validate/[email protected], @nuxtjs/[email protected], (), @sidebase/[email protected]
- Build Modules: -
Reproduction
cannot reproduction on stackblitz
Describe the bug
use last version v8.3.1, not work. I get this error after "npm run build":
<--- Last few GCs --->
[21894:0x7fc7c1700000] 176963 ms: Scavenge 2023.9 (2075.8) -> 2017.4 (2077.1) MB, 4.16 / 0.00 ms (average mu = 0.539, current mu = 0.465) allocation failure;
[21894:0x7fc7c1700000] 177023 ms: Scavenge 2025.2 (2077.6) -> 2022.4 (2077.6) MB, 4.09 / 0.00 ms (average mu = 0.539, current mu = 0.465) allocation failure;
[21894:0x7fc7c1700000] 177044 ms: Scavenge 2025.6 (2077.6) -> 2022.1 (2097.4) MB, 11.38 / 0.00 ms (average mu = 0.539, current mu = 0.465) allocation failure;
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
[....]
zsh: abort npm run build
Additional context
No response
Logs
No response