iamblue / generator-angular-ui-router

I add "ui-router" in this module. Fork from https://github.com/yeoman/generator-angular
71 stars 28 forks source link

Conflict with generator-karma version. Need update to generator-karma@>=0.8.2 #17

Open wa6smn opened 9 years ago

wa6smn commented 9 years ago

npm ERR! peerinvalid The package generator-karma does not satisfy its siblings' peerDependencies require ments! npm ERR! peerinvalid Peer generator-angular@0.10.0 wants generator-karma@>=0.8.2 npm ERR! peerinvalid Peer generator-angular-ui-router@0.5.3 wants generator-karma@~0.5.0

npm ERR! System Linux 3.17.7-200.fc20.x86_64 npm ERR! command "node" "/bin/npm" "install" "-g" "generator-angular-ui-router" npm ERR! cwd /root npm ERR! node -v v0.10.33 npm ERR! npm -v 1.3.6 npm ERR! code EPEERINVALID

lfernandez55 commented 9 years ago

I'm getting this same error

KidA001 commented 9 years ago

@lfernandez55 @wa6smn - You need to downgrade your Karma version for this to work.

@iamblue - Are there any plans to update ui-router generator to work with the newer versions of karma?

bingomanatee commented 9 years ago

npm ERR! peerinvalid The package generator-karma does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer generator-angular@0.11.1 wants generator-karma@>=0.9.0 npm ERR! peerinvalid Peer generator-angular-ui-router@0.5.3 wants generator-karma@~0.5.0

yes please make this work with curent stack

shavo007 commented 9 years ago

i had to uninstall angular generator first! npm uninstall -g generator-angular

corehook commented 9 years ago

@shavo007 thx! helped to me!

calebhskim commented 9 years ago

UNMET PEER DEPENDENCY generator-karma@~0.5.0 └── UNMET PEER DEPENDENCY yo@>=1.0.0-rc.1.1

npm WARN EPEERINVALID generator-angular-ui-router@0.5.3 requires a peer of generator-karma@~0.5.0 but none was installed. npm WARN EPEERINVALID generator-angular-ui-router@0.5.3 requires a peer of yo@>=1.0.0-rc.1.1 but none was installed.

An update would be very much appreciated. Thanks!

wahengchang commented 8 years ago

need help ~

emilycoco commented 8 years ago

npm uninstall -g generator-karma npm uninstall -g generator-angular npm install -g generator-angular-ui-router

victorsosa commented 8 years ago

Guys, I know the patch for this was submitted a long time ago , but this issue still happening; Do we need a new package release maybe??? so the patch get out.

npm WARN generator-angular-ui-router@0.5.3 requires a peer of generator-karma@~0.5.0 but none was installed.

victorsosa commented 8 years ago

Yep confirmed; we need a new release with this fix; 0.5.3 doesn't have the patch

https://github.com/iamblue/generator-angular-ui-router/releases

sahilkul95 commented 7 years ago

npm WARN angular-ui-router@1.0.3 requires a peer of angular@>=1.2.0 but none was installed.

I got many of such errors for karma@..... when running npm install grunt --save npm grunt error

Please help me resolve it

wa6smn commented 7 years ago

I abandoned the software. Not suitable for use in my customer's product.

Sent from MailDroid

-----Original Message----- From: Sahil Kulkarni notifications@github.com To: iamblue/generator-angular-ui-router generator-angular-ui-router@noreply.github.com Cc: wa6smn edwards@wa6smn.com, Mention mention@noreply.github.com Sent: Fri, 22 Sep 2017 6:14 Subject: Re: [iamblue/generator-angular-ui-router] Conflict with generator-karma version. Need update to generator-karma@>=0.8.2 (#17)

npm WARN angular-ui-router@1.0.3 requires a peer of angular@>=1.2.0 but none was installed.

I got many of such errors for karma@..... when running npm install grunt --save npm grunt error

Please help me resolve it

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/iamblue/generator-angular-ui-router/issues/17#issuecomment-331430293