Open
Description
Tried to launch my relatively small react-typescript project and found out that it is impossible to even install all the dependencies.
I've faced "heap out of memory" error after 'npm i' command. So I've tried to start with 'npm i react' but faced the same problem.
Is it possible to start react apps at all?
Is such a support planned?
Are there some kind of workarounds for that?
Thank you