Node works fine, but node interpreter launches only in Windows command line tool (or "PowerShell"), not in Cygwin (cygwin.bat or with putty through an SSH connection).
I have no error, the interpreter just leaves quietly, with a return code of 0.
I am using Windows 8 / 64bits and I installed latest node.js MSI.
Would anyone have a clue ?
Cygwin is no longer supported for node.js. Check here .The latest version that compiles on Cygwin is 0.4.12.
Besides node.js is supported natively in Windows. Don't use node.js on Cygwin.