jmreidy / grunt-mocha-webdriver

Grunt task to run Mocha tests against a WebDriver source - either PhantomJS or Sauce Labs
MIT License
36 stars 17 forks source link

selenium launcher dependency causes failures when behind a firewall that blocks git protocol #86

Closed oconnormi closed 9 years ago

oconnormi commented 9 years ago

attempting to install grunt-mocha-webdriver from behind the firewall at work causes failures as the git:// protocol is blocked. attempted to use the following:

git config --global url."https://github.com/".insteadOf git@github.com:
git config --global url."https://".insteadOf git://

however npm still tries to pull down the dependency over git://

changing the dependency to git+https:// seems like it would resolve the problem

jmreidy commented 9 years ago

Moved off the Github project link to the official release