Version: 3.6.1
I am migrating our monorepo project from Yarn v1 to Yarn Berry v3 and facing issues with the Link step getting stuck during yarn install and throwing an error at the end.
FATAL ERROR: Reached heap limit Allocation failed - Javascript heap out of memory
Question: How can I debug the issues with yarn install in general? In this case, I want to understand why the Link step is failing.