Need help in setting up development environment in Windows

Hi

I was just following the Logseq Windows setup guide for setting up the development environment on Windows 10. I have installed all the required dependencies and prerequisites. But when I run yarn add --dev gulp , I’m getting the following error.

The error seems to be occurring while executing the command npx tsup inside /tldraw/apps/tldraw-logseq/build.mjs

I tried re-cloning the project, and tried running yarn in command prompt (and not in powershell as used earlier) in the project repository as given in this generic install guide, and I’m still getting this error.

Any kind of assistance is really appreciated!

Thanks