Open jayrmotta opened 11 years ago
[jayrmotta] ~/Development/AngularJS-Testing-Article (master) $ git diff
diff --git a/package.json b/package.json
index 88e25c3..f75fda3 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"grunt-contrib-watch": "~0.4.4",
"grunt-shell": "~0.2.2",
"grunt-contrib-copy": "~0.4.1",
- "grunt-karma": "git://github.com/karma-runner/grunt-karma.git#karma-v0.10",
+ "grunt-karma": "git://github.com/karma-runner/grunt-karma.git#0.4.5",
"bower": "~0.9.2",
"karma": "~0.9.5",
"karma-mocha": "latest",
This made the app works for me! :)
I also this 'discovered' this with Issue #14 ... and forgot search the issues ;-) sorry...
After cloning the project and trying to run
npm install
I get:It seems that the syntax for git repositories used on the package.json is not correct or I'm using some binaries in different versions. Anything comes to mind?