I have an Issue of Reached Heap Limit Allocation Failed
Answered
Αμμάν Ριζουάν posted this in #help-forum
12 Replies
@Αμμάν Ριζουάν I have also try the --max-old-space-size command to increase the size of ram usage.
the error shows that the swc is using 32bit binary
you sure you installed proper nodejs version for your system?
I have install the Node JS 64bit and my window is also 64bit
@@ts-ignore the error shows that the swc is using 32bit binary
So the nodejs need 32bit version
node -p "process.arch"can you show output of this command
ia32
@Αμμάν Ριζουάν ia32
yep, that's a 32 bit nodejs version
remove it and install 64bit one from nodejs.org
Answer
Now its work