nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs
MIT License
954 stars 112 forks source link

Travis peerDependencies caveat #198

Closed forresto closed 9 years ago

forresto commented 9 years ago

Travis has 1.9.18 by default.

npm install mocha-phantomjs --save-dev adds "phantomjs": "^1.9.7-15". I had to change that to "phantomjs": "1.9.7-15" to get the test to run on Travis.

broken

npm ERR! peerinvalid The package phantomjs does not satisfy its siblings' peerDependencies requirements!

npm ERR! peerinvalid Peer mocha-phantomjs@3.6.0 wants phantomjs@1.9.1 - 1.9.7-15

fixed