我确实在机器上安装并运行了PhantomJS 2.0。 每当我尝试安装karma-phantomjs-launcher时。 我结束了以下错误
$npm install
npm WARN package.json karma-tap@1.0.3 No repository field.
phantomjs@1.9.19 install /root/ravi/strongloop/request/request/node_modules/karma-phantomjs-launcher/node_modules/phantomjs
node install.js
Found PhantomJS at /bin/phantomjs ...verifying
PhantomJS detected, but wrong version 2.0.0 @ /bin/phantomjs.
npm ERR! phantomjs@1.9.19 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs@1.9.19 install script.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls phantomjs
npm ERR! There is likely additional logging output above.
他们是否可以使用现有的PhantomJS2.0开始使用karma-phantomjs-launcher。