karkkant / ngBracket

Bracket tournament builder, built with AngularJS.
MIT License
12 stars 8 forks source link

Server is not a function #6

Closed bcrigler closed 8 years ago

bcrigler commented 8 years ago

Brians-MacBook-Pro:ngBracket bcrigler$ grunt Running "jshint:files" (jshint) task >> 3 files lint free.

Running "karma:unit" (karma) task Warning: Server is not a function Use --force to continue.

Aborted due to warnings.

bcrigler commented 8 years ago

I fixed it but you should probably update the repo to use karma@^0.13.0 per this ->

npm WARN grunt-karma@0.12.2 requires a peer of karma@^0.13.0 || >= 0.14.0-rc.0 but none was installed.

karkkant commented 8 years ago

Thanks, dependencies are now updated. Seems that grunt-karma was also missing from configuration.