yearofmoo-articles / AngularJS-Testing-Article

A testing repository for AngularJS
263 stars 111 forks source link

ambiguous argument 'karma-v0.10' #14

Open christrees opened 11 years ago

christrees commented 11 years ago

on commit 1adfc51 In package.json "grunt-karma": "git://github.com/karma-runner/grunt-karma.git#karma-v0.10",

sb: "grunt-karma": "git://github.com/karma-runner/grunt-karma.git",

At least for me when I removed "#karma-v0.10"

I stopped getting: npm http 304 https://registry.npmjs.org/chai/1.4.0 npm ERR! Failed resolving git HEAD (git://github.com/karma-runner/grunt-karma.git) fatal: ambiguous argument 'karma-v0.10': unknown revision or path not in the working tree.

christrees commented 11 years ago

Woops... this is Issue #12 ... sorry I didn't look ;-)

pavelnikolov commented 11 years ago

Still not working for me - I'm getting similar output as @ArthurianX

spacenick commented 11 years ago

Same issue here

adben commented 11 years ago

you can use the version "grunt-karma": "~0.7.1" (in the package.json)

EricWVGG commented 11 years ago

… and bumping karma to ~0.10

dsoccer commented 11 years ago

That worked well :+1:

PravManu commented 11 years ago

Oh my God... it is really a life saver. I have wasted two days to overcome this npm error. This works like champ!. Thanks for everything.