kmiyashiro / grunt-mocha

[MOVED] Grunt task for running mocha specs in a headless browser (PhantomJS)
MIT License
369 stars 106 forks source link

Fix deploys errors since BitBucket's URL update #123

Closed arnlen closed 10 years ago

arnlen commented 10 years ago

Update this lib to get last PhantomJS version which resolves PhantomJS issue 161. :yum:

kmiyashiro commented 10 years ago

Why did you move it to devDependencies?

arnlen commented 10 years ago

Ok it's a mistake: i'm trying to fix an issue with PhantomJS, and for that I need to update its version to 1.9.7-8. Or I figured out yesterday that grunt-mocha was requiring grunt-lib-phantomjs, which was actually including an old version of PhantomJS with the BitBucket URL problem.

That what I was thinking, but according to the answer on this PR, I was wrong.

wrumsby commented 10 years ago

So this can be closed right? AFAICT

npm cache clean
npm install --force

should resolve this issue.

arnlen commented 10 years ago

Yep, thx! :smiley: