flightjs / generator-flight-package

A Yeoman generator for scaffolding a Flight package
http://flightjs.github.io
MIT License
10 stars 7 forks source link

Peer Invalid - Fix is already on master #14

Closed pierceray closed 10 years ago

pierceray commented 10 years ago

I keep getting the following error when trying to use yo flight-package foo

npm ERR! peerinvalid The package karma-requirejs does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer karma@0.10.10 wants karma-requirejs@~0.2.0

npm ERR! System Darwin 13.1.0
npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /source/flight-app
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.10
npm ERR! code EPEERINVALID
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /source/flight-app/npm-debug.log
npm ERR! not ok code 0

It looks like there are fixes on master for karam-requirejs that fix this problem. I was wondering if you could release a point release with what had been merged to master to fix the issue.

necolas commented 10 years ago

Hi, this should be resolved in 0.5.0 (which has just been published).