This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
original issue is here https://github.com/Pita/etherpad-lite/issues/94
We get following error message:
E:\etherpad-lite-win\node>..\bin\node server.js
←[32m[2011-08-18 04:36:32.850] [INFO] console - ←[39mServer is listening at 0.0.
0.0:9001
node.js:205
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: No such module
at EventEmitter. (node.js:318:27)
at E:\etherpad-lite-win\node\server.js:384:13
at E:\etherpad-lite-win\node_modules\async\lib\async.js:484:34
at Array. (E:\etherpad-lite-win\node_modules\async\lib\async.js:4
08:34)
at EventEmitter._tickCallback (node.js:197:26)
E:\etherpad-lite-win\node>
is on SIGINT a unix specific thing? is there something similar for windows? or is this a bug