I encountered some errors compiling old projects using my old node workflow which turned out to be the result of a lot of the packages being deprecated.
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
Luckily it was an easy fix, I simple had to install the Windows build tools, then I was back on track.
npm install --global --production windows-build-tools
1 comment