TEJAS
TEJAS
TTCTheo's Typesafe Cult
Created by TEJAS on 7/23/2024 in #questions
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
Has anyone converted a React TSX project to JSX? I am trying to do so and am wondering how. The reason why I am doing this is because encountered an error while building,
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
I am using the AWS free tier and increasing heap size not and options for me
--max-old-space-size=4096
--max-old-space-size=4096
I tried to convert each file separately with the tsc compiler, but it is giving me compiled JSX even after setting:
"js": "preserve"
"js": "preserve"
I presume this is happening because of an extra layer due to tsc converting to JSX. Sorry, this might be a completely gauche assumption. Can anyone point me in the right direction?
3 replies