-
Notifications
You must be signed in to change notification settings - Fork 145
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
Port 0 or '?' not working on OS X #103
Comments
When I use this on OS X I get port |
Strange. I've cloned repo, made
|
Yup, verified. Running the unit tests on OS X results in the same |
Can verify that all tests pass on OS X, 10.9.2. I get port rMPB 15-inch, Early 2013 I'm an administrator on my Mac OS X machine, but the |
Okay, now I understand the problem: I've switched to node 0.10.26 and all tests have passed. However on 0.11.11 (that I had) and on the latest 0.11.13 tests are failing. |
0.11.11 is not supported, it is unstable. |
I'm seeing this issue in node v0.12.0 on OSX 10.10.1. $ node -v |
Same issue here. @vladikoff do you want me to create a new ticket ? |
@quentindemetz I already filed an issue for this bug in the node project and they resolved it. |
Thanks, fantastic! Looks as if it's been fixed, we just need to wait for a new release… |
When I'm trying to set port to special values (e.g. 0 or '?') grunt exits with
Fatal error: Port should be > 0 and < 65536
On colleague's Ubuntu it seems to working okay.
What might be the problem?
I'm on OS X 10.9.2, grunt 0.4.4, grunt-contrib-connect 0.7.1
The text was updated successfully, but these errors were encountered: