Since two days my protractor tests stopped running because the webdriver-manager update command fails with the following error.
EDIT
The problem is in ...\AppData\Roaming\npm\node_modules\webdriver-manager\dist\lib\provider\chromedriver.js
file.
In async updateBinary(version)
, on line 59, const versionObj = version_list_1.getVersion(versionList, osHelper(this.osType, this.osArch), formatVersion(version));
is null.