【发布时间】:2016-04-15 19:20:13
【问题描述】:
我已将 angular-seed 克隆到我的基本版并尝试使用以下命令运行 protactor 并收到以下错误。
npm 运行量角器
npm ERR! node v5.0.0
npm ERR! npm v2.10.1
npm ERR! code ELIFECYCLE
npm ERR! angular-seed@0.0.0 protractor: `protractor e2e-tests/protractor.conf.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular-seed@0.0.0 protractor script 'protractor e2e-tests/protractor.conf.js'.
npm ERR! This is most likely a problem with the angular-seed package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! protractor e2e-tests/protractor.conf.js
npm ERR! You can get their info via:
npm ERR! npm owner ls angular-seed
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Projects\LJ\npm-debug.log
C:\Projects\LJ>
【问题讨论】:
标签: javascript angularjs node.js protractor angularjs-e2e