Hey I just installed rpgjs. When I want to run dev I get the following error:
`Webpack starting...
<--- Last few GCs --->
[9157:0x49bdfd0] 21105 ms: Mark-sweep (reduce) 253.9 (257.8) -> 253.2 (257.8) MB, 276.5
/ 0.0 ms (+ 38.8 ms in 13 steps since start of marking, biggest step 17.0 ms, walltime s
ince start of marking 406 ms) (average mu = 0.697, current mu = 0.548) allo[9157:0x49bdfd0
] 21555 ms: Mark-sweep (reduce) 254.5 (257.3) -> 252.9 (258.3) MB, 412.4 / 0.0 ms (ave
rage mu = 0.496, current mu = 0.084) allocation failure scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaS
cript heap out of memory
1: 0xa3ad50 node::Abort() [node]
2: 0x970199 node::FatalError(char const, char const) [node]
3: 0xbba90e v8::Utils::ReportOOMFailure(v8::internal::Isolate, char const, bool) [node]
4: 0xbbac87 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate, char const
, bool) [node]
5: 0xd76ea5 [node]
6: 0xda783e v8::internal::EvacuateNewSpaceVisitor::Visit(v8::internal::HeapObject, int) [
node]
7: 0xdb3876 v8::internal::FullEvacuator::RawEvacuatePage(v8::internal::MemoryChunk*, long
) [node]
8: 0xd9fa0f v8::internal::Evacuator::EvacuatePage(v8::internal::MemoryChunk) [node]
GNU nano 5.4 /home/bitnami/.npm/logs/2023-03-01T08_29_24_664Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'dev' ]
2 info using npm@6.14.18
3 info using node@v14.21.3
4 verbose run-script [ 'predev', 'dev', 'postdev' ]
5 info lifecycle my-game@3.3.0predev: my-game@3.3.0
6 info lifecycle my-game@3.3.0dev: my-game@3.3.0
7 verbose lifecycle my-game@3.3.0dev: unsafe-perm in lifecycle true
8 verbose lifecycle my-game@3.3.0dev: PATH: /usr/lib/node_modules/npm/node_modules/npm-l>
9 verbose lifecycle my-game@3.3.0dev: CWD: /opt/bitnami/projects/rpg/my-rpg-game
10 silly lifecycle my-game@3.3.0dev: Args: [ '-c', 'rpgjs dev' ]
11 silly lifecycle my-game@3.3.0dev: Returned: code: 134 signal: null
12 info lifecycle my-game@3.3.0dev: Failed to exec dev script
13 verbose stack Error: my-game@3.3.0 dev: rpgjs dev
13 verbose stack Exit status 134
13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/>
13 verbose stack at EventEmitter.emit (events.js:400:28)
13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/>
13 verbose stack at ChildProcess.emit (events.js:400:28)
13 verbose stack at maybeClose (internal/child_process.js:1088:16)
13 verbose stack at Process.ChildProcess.handle.onexit (internal/child_process.js:29>
14 verbose pkgid my-game@3.3.0
15 verbose cwd /opt/bitnami/projects/rpg/my-rpg-game
16 verbose Linux 5.10.0-19-cloud-amd64
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "dev"
18 verbose node v14.21.3
19 verbose npm v6.14.18
20 error code ELIFECYCLE
21 error errno 134
22 error my-game@3.3.0 dev: `rpgjs dev``
Any idea's what's going on here?