I have recently updated to the newest version of webdriver-manager (v. 12.0.4) and now get this error whenever I try to start my webdriver:
/node_modules/protractor/node_modules/webdriver-manager/selenium does not exist, run webdriver-manager update
In the older version of webdriver there was a selenium directory that contained chromedriver and the new version does not have a selenium directory at all and my grunt task does not know where to find chromedriver now.
Does anyone know what the location is of the chromedriver in the new version of webdriver-manager?