Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Missing dev dependencies causes grunt test failure #633

Closed
davidfhaines opened this issue Mar 29, 2014 · 8 comments
Closed

Missing dev dependencies causes grunt test failure #633

davidfhaines opened this issue Mar 29, 2014 · 8 comments

Comments

@davidfhaines
Copy link

v0.8.0 appears to be missing required jasmine and chrome launcher dependencies.

yo angular followed by grunt test fails with:

Running "karma:unit" (karma) task
Warning: No provider for "framework:jasmine"! (Resolving: framework:jasmine) Use --force to continue.

Aborted due to warnings.

Added the following dev deps to resolve locally:

"karma-jasmine": "~0.2.2",
"karma-chrome-launcher": "~0.1.2",
@Glavin001
Copy link

+1

@ecbrodie
Copy link

+2

@BenFradet
Copy link

I've run into the same issue.

@Sitin
Copy link

Sitin commented Apr 4, 2014

+1

1 similar comment
@turtlemonvh
Copy link

+1

@jonniespratley
Copy link

+3

@amercier
Copy link

amercier commented Apr 7, 2014

Duplicate of #629. Also, generator-angular is invoking generator-karma during generation so this is definitely not a generator-angular issue. See generator-karma's PR#48. This PR hasn't been merged yet.

@jcreamer898
Copy link

I have added both dependencies, and am still seeing this error...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

10 participants