lazd / gulp-karma

Karma plugin for gulp
MIT License
75 stars 36 forks source link

Does not work with Karma 0.13.0 #42

Closed sbohan closed 9 years ago

sbohan commented 9 years ago

When trying to run this with newer version of karma, I receive the following error:

/home/ubuntu/web-costa-de/node_modules/karma/lib/index.js:11
    throw new Error(
          ^
Error: The api interface has changed. Please use 
  server = new Server(config, [done])
  server.start()

I can submit a PR if that helps but I see this project seems to have gone stale.

jhare commented 9 years ago

Also experiencing this issue. :point_right: :ok_hand:

lazd commented 9 years ago

Please use karma directly, with the new APIs, gulp-karma is no longer needed.

https://github.com/karma-runner/gulp-karma

jhare commented 9 years ago

Let's deprecate this module so newcomers know to go do that. Updating our build tasks here as well. Thanks!

https://docs.npmjs.com/cli/deprecate

the-simian commented 9 years ago

references #43

lazd commented 9 years ago

@jhare sounds like a plan.