why do i keep getting "error Command failed with exit code 134." on my react app
here is the full log
Starting the development server...
<--- Last few GCs --->
[355:0x4224380] 71598 ms: Mark-sweep 254.6 (257.0) -> 254.2 (257.3) MB, 1909.8 / 0.1 ms (average mu = 0.092, current mu = 0.001) allocation failure scavenge might not succeed
<--- JS stacktrace --->
==== JS stack trace =========================================
0: ExitFrame [pc: 0x13cf019]
1: StubFrame [pc: 0x13d00b3]
Security context: 0x1092521408d1 <JSObject>
2: SourceMapGenerator_serializeMappings [0xce942bd4231] [/home/runner/test-putt/node_modules/@babel/generator/node_modules/source-map/lib/source-map-generator.js:~303] [pc=0x17ceca795bca](this=0x3a4583019019 <SourceMapGenerator map = 0x3e1c91bbe9b9>)
3: SourceMapGenerator_toJSON [0xce942bd42b1] [/home/runner/test-putt/node...
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 0xa093f0 node::Abort() [/usr/local/bin/node]
2: 0xa097fc node::OnFatalError(char const*, char const*) [/usr/local/bin/node]
3: 0xb842ae v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node]
4: 0xb84629 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node]
5: 0xd30fe5 [/usr/local/bin/node]
6: 0xd31676 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [/usr/local/bin/node]
7: 0xd3def5 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [/usr/local/bin/node]
8: 0xd3eda5 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/local/bin/node]
9: 0xd4185c v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/local/bin/node]
10: 0xd0830b v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/usr/local/bin/node]
11: 0x1049f4e v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/usr/local/bin/node]
12: 0x13cf019 [/usr/local/bin/node]
Aborted (core dumped)
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
exit status 134
Voters