I am trying to get Protractor up and running following the official Getting Started Guide.
The command
webdriver-manager start
seem
This is happening because of the latest update for chromedriver. If you are using protractor, then a easy way to fix the problem is just run this
webdriver-manager update
Its working fine for me now.