Good news. I have just resolved my problem.

I'm using windows 7. The problem was that I didn't the karma-cli library. I 
also was using karma globally, i.e., having the node_modules in 
Users/user/appdata/roaming/npm/karma/bin, and not in every project.

I fixed that typing:

npm install -g karma-cli

I someone has the same problem but he has working with the "node_modules" 
file into the project, he has to replace the last instruction by this one:

npm install karma-cli

I hope I have helped other people with the same problem :)

El domingo, 16 de marzo de 2014 15:36:08 UTC+1, Juan Manuel Lopez Pazos 
escribió:
>
> I have the same problem. After I change the version in the package.json 
> file this message doesn't appear in the shell.
>
> But the shell doesn't recognize the "karma" command. Any ideas?
>
> El viernes, 14 de marzo de 2014 17:15:56 UTC+1, Albin Theander escribió:
>>
>> Just googled like crazy for this problem as well. It works if you change 
>> the package.json file and bump the version of karma-requirejs to 0.2.0:
>>
>>     "karma-requirejs": "~0.2.0",
>>
>> Good luck!
>>
>> Den fredagen den 14:e mars 2014 kl. 14:45:16 UTC+1 skrev Valentin K:
>>>
>>> Same here on MacOSX 10.7.5 with lates mean.io Download
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to