Getting 'E/launcher - spawn Unknown system error -86' when running chrome driver with protractor Getting 'E/launcher - spawn Unknown system error -86' when running chrome driver with protractor google-chrome google-chrome

Getting 'E/launcher - spawn Unknown system error -86' when running chrome driver with protractor


I encounter the same error this morning and found that the fix was to run:
webdriver-manager update
npm install --force protractor
There was a fix to this issue in the latest webddriver-manager update. You'll need to force a dependency update on protractor for it to use the latest webdriver-manager