I am trying to run webdriverio on my windows 10 computer and keep running into the same issue when trying to run my test js file. So I run this -jar /your/download/dir
-jar /your/download/dir
Update your ChromeDriver version via webdriver-manager, as follows:
webdriver-manager clean webdriver-manager update webdriver-manager start
This will remove the older version, update with the latest stated in your built config, and restart the server. Hope this helps.