量角器执行config.js无法正常工作

时间:2016-03-14 21:13:58

标签: node.js ubuntu npm protractor

我使用

安装了量角器
npm install -g protractor

然后我执行了这个命令:

webdriver-manager update

接下来,我开始了,它工作正常,我看到了这条消息:

INFO - Selenium Server is up and running 问题是,当我尝试

protractor config.js

它没有用,我收到了这个错误:

[launcher] Process exited with error code 1

/usr/local/lib/node_modules/protractor/node_modules/q/q.js:155
            throw e;
                  ^
SyntaxError: Unexpected token )

我认为这是因为量角器需要node version > 4.~。所以我检查了我发现0.10.25所以我试过了

sudo npm install -g n
sudo n 4.4.0 

安装有效,当我再次检查node -v时,它仍然0.10.25

任何帮助请求?!

1 个答案:

答案 0 :(得分:0)

您需要更新此节点链接credits):

sudo ln -sf /usr/local/n/versions/node/4.4.0/bin/node /usr/bin/node