When running Setup.js, I get an error saying, "Setup cannot find Visual Studio installed". I tried this with both VS 2017 and 2019. Any help would be greatly appreciated.
You can run vswhere.exe in that folder (it is a command line tool). It should list all installations of VS2017 and VS2019. Setup.js is using that tool to locate VS installation folders.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When running Setup.js, I get an error saying, "Setup cannot find Visual Studio installed". I tried this with both VS 2017 and 2019. Any help would be greatly appreciated.
Can you please look where is the Visual Studio installed? On my machine it is in:
C:\Program Files (x86)\Microsoft Visual Studio\Installer
You can run vswhere.exe in that folder (it is a command line tool). It should list all installations of VS2017 and VS2019. Setup.js is using that tool to locate VS installation folders.