我正在尝试使用eclipse执行我的量角器文件。我已完成以下步骤:
1, From Eclipse marketplace installed "AngularJS Eclipse1.2.0 & Tern Eclipse IDE1.2.0"
2, Created new "Java script" project
3, converted created project into "Tern Project"
4, Placed the protractor spec.js & conf.js
5, installed protractor locally. I can able to see the mode_modules
6, Launched Run Config and set the "config_file", "working directory", "protractor cli.js"
在上面的配置之后,我尝试执行conf.js文件,但得到了以下错误:
任何人都可以帮我解决这个问题。
答案 0 :(得分:0)
您在info(...msgs)
中遇到的错误是使用名为Spread运算符的ES6语法。您可以通过此链接获取更多相关信息。 https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Spread_operator
你的npm版本可能比你运行的要少。升级到最新版本可能会解决问题。