Getting the error in the title, with the following yarn-error.log
I've tried following steps listed in this stack overflow thread where I try to run npm install --global windows-build-tools but that hit's its own set of issues. With VS build tools getting hung up
But, it seems pretty redundant to me as I've already manually installed VS2017 and the latest python.
Several other node-gyp, gulp
General Info
- My current yarn version is 1.22.5
- Windows 10
- Python 3.9.5
- Node v14.17.0
Some of the commands I've been running prior
npm install -g node-gyp
npm install -g yarn
npm install -g cross-env
npm install --save-dev electron
npm install -g gulp
npm config set python "C:\Program Files\Python39\python.exe"