Hello, I am trying to complete the installation of ODK Central, but after running docker-compose build
presents the error below, not completing the installation.
<--- JS stacktrace --->
Cannot get stack trace in GC.
FATAL ERROR: NewSpace::Rebalance Allocation failed - process out of memory
1: node::Abort() [node]
2: 0x8cd49c [node]
3: v8::Utils::ReportOOMFailure(char const*, bool) [node]
4: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [node]
5: 0xa6812b [node]
6: v8::internal::MarkCompactCollector::Evacuate() [node]
7: v8::internal::MarkCompactCollector::CollectGarbage() [node]
8: v8::internal::Heap::MarkCompact() [node]
9: v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
10: v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
11: v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [node]
12: v8::internal::Runtime_AllocateInTargetSpace(int, v8::internal::Object**, v8::internal::Isolate*) [node]
13: 0xd597d6042fd
ERROR Error: Command failed: /client/node_modules/@vue/cli-service/bin/vue-cli-sevice.js build --modern
Error: Command failed: /client/node_modules/@vue/cli-service/bin/vue-cli-service.js build --modern
at makeError (/client/node_modules/execa/index.js:174:9)
at Promise.all.then.arr (/client/node_modules/execa/index.js:278:16)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! odk-central-frontend@0.1.0 build: `vue-cli-service build --modern`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the odk-central-frontend@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-09-18T10_45_29_818Z-debug.log
ERROR: Service 'nginx' failed to build: The command '/bin/sh -c files/prebuild/build-frontend.sh' returned a non-zero code: 1
root@odkbrasil:~/central#