I'm running into the following error:
Could not find gn executable at: C:\...\JavaScriptApplications\electron\buildtools\win\gn.exe
after running the following gclient
command as part of the instructions to build electron from source:
gn gen out/Release --args="import(\"//electron/build/args/release.gn\")"
Note: I've already found some possible solutions that I would like to share in order to help anyone else running into this error.