cferdinandi / kraken

A lightweight, mobile-first boilerplate for front-end web developers.
http://cferdinandi.github.io/kraken
MIT License
806 stars 81 forks source link

clean install won't go through: phantomjs missing? #240

Closed myhd closed 8 years ago

myhd commented 8 years ago

When running npm install, I get a warning saying

UNMET PEER DEPENDENCY phantomjs@>=1.9 npm WARN EPEERINVALID karma-phantomjs-launcher@0.2.1 requires a peer of phantomjs@>=1.9 but none was installed.

This is on a newly setup machine, no npm installed beforehand. npm version is 3.3.9. Is this desired behavior? I would fix it myself, but I do not know how. Thank you!

cferdinandi commented 8 years ago

@myhd Thanks for the catch. Same issue as noted here: https://github.com/cferdinandi/gulp-boilerplate/issues/43

I need to explicitly add PhantomJS as a dependency in the package.json file. As a temporary fix, you can manually install PhantomJS.

cferdinandi commented 8 years ago

Should be addressed in v7.1.1