Closed hellokatili closed 2 years ago
I'm having this issue on Windows 7 as well. This is causing problems when using the web-components-tester (https://github.com/Polymer/tools/issues/528) As far as I understand, this happens when you set the environment variables, overriding the default paths.
Does anyone know a way to go around this error?
Closed via #125
The
ShowVer.exe
does not return any browsers versions on Windows 10. If you add an error logging in theexec
callback you can see that the command returns a "Permission denied" error on Windows 10:https://github.com/bitovi/launchpad/blob/master/lib/local/version.js#L21
Output:
I have set the environment variables
LAUNCHPAD_BROWSERS
andLAUNCHPAD_FIREFOX
,LAUNCHPAD_CHROME
,LAUNCHPAD_EDGE
.