Closed
Description
In the examples/chat/app.js there is an error when using node 0.5.2 and 0.5.3, should probably be fixed before 0.5 is promoted to stable.
node.js:198
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH envi
ronment variable instead.
at Function.<anonymous> (module.js:360:11)
at Object.<anonymous> (C:\nodewin\chat\app.js:6:8)
at Module._compile (module.js:416:26)
at Object..js (module.js:422:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:442:10)
at EventEmitter._tickCallback (node.js:190:26)