Open
Description
Describe the bug
After upgrading to 3.3.0 and TS 3.7.3 (was previously on 3.2.0 and TS 3.7.2), I am unable to run yarn start
I receive this error: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Reverting to react-scripts v3.2.0 resolves this issue - Typescript being at 3.7.3 or 3.7.2. has no effect, so I've narrowed it to react-scripts.
Did you try recovering your dependencies?
Yes, blew away node_modules and re-ran yarn
, tried without a lock file, etc. No dice.
Environment
Windows 10, VSCode (also occurs on my macbook)