Spawn EACCES error while launching Chrome-launcher
First of all, congrats on the project!
I got an error during the execution of the worker lambda function. It looks like the lambda function cannot spawn the chrome-launcher. As consequence, all runs fail.
BTW, I'm using Windows, so not sure if there's any special permission trick when deploying to AWS?
2019-09-11T10:50:46.128Z 0792f615-0462-4c8a-9c04-498b41c8f9f6
{
"errorMessage": "spawn EACCES",
"errorType": "Error",
"stackTrace": [
"_errnoException (util.js:1022:11)",
"ChildProcess.spawn (internal/child_process.js:323:11)",
"Launcher.exports.spawn (child_process.js:502:9)",
"Launcher.
Any help is very appreciated.