@icedquinn@blob.cat Yep, that's the most common solution I found when searching up "pnpm run build fails" in general. Not sure if I've written it wrong, though, or if my $10/mo. VPS is still weaker than a Pentium II processor. Maybe I should just install the Misskey docker package or Akkoma, then.misskey@Poppyweb:~/misskey$ NODE_ENV=production pnpm run build NODE_OPTIONS=--max-old-space-size=4096 > misskey@2024.2.0 build /home/misskey/misskey > pnpm build-pre && pnpm -r build && pnpm build-assets "NODE_OPTIONS=--max-old-space-size=4096" > misskey@2024.2.0 build-pre /home/misskey/misskey > node ./scripts/build-pre.js Scope: 7 of 8 workspace projects packages/misskey-bubble-game build$ node ./build.js └─ Done in 501ms packages/misskey-js build$ npm run ts │ > misskey-js@2024.2.0 ts │ > npm run ts-esm && npm run ts-dts │ > misskey-js@2024.2.0 ts-esm │ > tsc --outDir built/esm │ > misskey-js@2024.2.0 ts-dts │ > tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap t… └─ Done in 21.5s packages/misskey-reversi build$ node ./build.js └─ Done in 510ms packages/backend build$ swc src -d built -D │ Successfully compiled: 800 files, copied 27 files with swc (976.5ms) └─ Done in 3.5s packages/frontend build$ vite build │ vite v5.1.0 building for production... │ transforming... │ ../misskey-bubble-game/built/esm/index.js (1:30) "Mono" is not exported by "../misskey-bu… │ │ [871856:0x5f10630] 86143 ms: Mark-Compact 973.5 (1002.9) -> 969.2 (1002.7) MB, 2305.62… │ [871856:0x5f10630] 88703 ms: Mark-Compact 973.2 (1002.7) -> 969.2 (1002.9) MB, 2200.60… │ │ FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript hea… │ ----- Native stack trace ----- │ 1: 0xcc0a72 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node] │ 2: 0x1054530 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDet… │ 3: 0x1054817 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char cons… │ 4: 0x1273a55 [node] │ 5: 0x1273f2e [node] │ 6: 0x1289156 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector… │ 7: 0x1289c79 [node] │ 8: 0x128a288 [node] │ 9: 0x19d9cb1 [node] │ Aborted └─ Failed in 1m 31.5s at /home/misskey/misskey/packages/frontend packages/sw build$ node build.js │ (node:871859) ExperimentalWarning: Importing JSON modules is an experimental feature and … │ (Use `node --trace-warnings ...` to show where the warning was created) │ Starting SW building... │ done └─ Done in 3.3s /home/misskey/misskey/packages/frontend: ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL frontend@ build: `vite build` Exit status 134 ELIFECYCLE Command failed with exit code 1.