karma-runner / karma-webdriver-launcher

A plugin for Karma. Launch any browser with WebDriver.
MIT License
66 stars 40 forks source link

Broken due to the disappearance of vargs (Dependency of WD) #26

Closed Richard-Walton closed 6 years ago

Richard-Walton commented 9 years ago

FYI - https://github.com/admc/wd/issues/400

Not sure what you can do about it - But I thought I'd raise awareness.

danyshaanan commented 9 years ago

One thing that can be done is to republish vargs with a new name and create a pull request for wd to change the dependency...

Richard-Walton commented 9 years ago

WD has dependencies which also use vargs. Here's to hoping the original author will re-upload the library before we have rename/reupload/change package.json files

danyshaanan commented 9 years ago

Yeah, that complicates things...

danyshaanan commented 9 years ago

Seems vargs has reappeared. This can be closed now.