-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mocha-phantomjs error when building under Windows 8.1 #1089
Comments
+1 same on Ubuntu 14.04 |
Try updating the gulp-mocha-phantomjs version in package.json? |
Is this a duplicate of #947 perchance? |
No, this is an actual dep issue. It seems something has happened within the dep requirements to cause them to not install properly anymore. Nothing has changed recently in our package.json to cause this and it was working at and shortly after launch just fine. NPM woes, oh boy. |
Also, the gulp setup is being reworked in the next few days as I recall. So it will probably get debugged and fixed as a part of that process. Leaving open as an issue, but un-tagged since we don't currently have a good tag for these types of issues. |
Maybe just trying it later? I had this same error this morning, but now it installs fine. NPM, oh how I hate thee. |
For what it is worth, I am still getting the same error on latest code. I was able to get around the error by upgrading the gulp-mocha-phantomjs dependencies. npm install gulp-mocha-phantomjs --save-dev updated the package.json to gulp-mocha-phantomjs: "^0.8.0" |
We just realized in #1126 that node 0.12 is having issues unless we explicitly define the phantomjs version. Once that is pulled in then master should begin working fine. |
Thanks kelsmj, that got me past that bug. I'm now stuck with the following when I
|
There error message makes me assume you have a space in your path and either us or the plugin doesn't handle that (well). Can you try a path without spaces to confirm? |
I finally got around to looking at this with a fresh Windows 8.1. There’s an issue with There’s also an issue if you checkout the files with crlf ending. See #743 for more details on how to handle that. Other than that, though, I can’t reproduce your issue (anymore) and everything seems to work. I’m closing this as this has been silent for over a week. If you still run into issues, please let me know. |
Hi, guys. I got the same error on Ubuntu 14.04. I fixed it with explicitly setting version for phantomjs like npm-debug.log content:
|
Keen to build the project so I can contribute pull requests. It's been a bit of a process getting it going under windows but I'm getting there, I'm currently stuck on an error. I understand its a version issue with mocha-phantomjs but I'm not sure how to fix it.
The text was updated successfully, but these errors were encountered: