量angular器debugging在IntelliJ中失败

我试图设置Intellij来debugging我的量angular器testing,但我得到一个错误,这对我来说是没有意义的。 (不是错误在说什么,但是为什么这是告诉我的。)

首先,我按照这里的说明: 如何在WebStorm中debuggingangular度量angular器testing,包括确保向节点参数行添加–harmony 。

然后我试图运行该脚本,并得到以下错误信息:

 Error: No selenium server jar found at the specified location (/Users/x/Projects/v/node_modules/protractor/selenium/selenium-server-standalone-2.52.0.jar). Check that the version number is up to date. 

然后我执行

 $ webdriver-manager update selenium standalone is up to date. chromedriver is up to date. 

我在使用Intellij 2016的MacOS(El Capitan)上。节点更新到6.0.0。

您需要使用特定于项目的webdriver-manager二进制文件:

 $ cd /Users/x/Projects/v $ node_modules/protractor/bin/webdriver-manager update