-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Please add cygwin suppport #384
Please add cygwin suppport #384
Comments
Oh, please - that would be such a nice addition! |
Hm... why not just use native binary? |
Cygwin was dropped in node v0.5 and very few people missed it. If nothing else, our dependencies V8 and libuv don't really support it (not at all in the case of libuv, always broken in V8) and I don't think the build system, gyp, supports it either. If you want to work on this, you have your work cut out for you. |
Fair, thanks for the information! |
Let me add that we do consider issues encountered when running under cygwin as issues. E.g., in the past we've landed some fixes to make node play nice with the cygwin terminal. |
on cygwin, nodejs and iojs work well for me |
please add full cygwin support, we can build and use it under cygwin.
The text was updated successfully, but these errors were encountered: