Yarn error when building development environment

Description

I am using WSL for windows. Ubuntu 20.04. Followed all the steps linked below. But I get a boatload of yarn errors despite having the correct node version. And when I run the app it errors out saying “Your app is crashing”

Server Setup Information

Any additional Information

Yarn Errors - Pastebin.com

Fixed, Needed two additional ubuntu libraries.

sudo apt-get install build-essential

sudo apt-get install libv8-dev

then I deleted the node_modules folder then ran

yarn

yarn build

yarn dsv