I installed protractor following this tutorial and when i use webdriver-manager update it says:
selenium standalone is up to date. chromedriver is up to date. >
Jeez, so many answers...
On the Mac, this worked for me:
$ npm install chromedriver $ ln -sf ~/angular-phonecat/node_modules/chromedriver/bin/chromedriver node_modules/protractor/selenium/chromedriver.exe
There's GOT to be a better way of fixing it but at least this let me move on.