Closed vschiavoni closed 10 years ago
Which version of node are you running? I believe this is in incompatibility between the latest version of node and irc-js: https://github.com/gf3/IRC-js/pull/49 I think wikistream needs to use node-irc since the author of irc-js doesn't seems to have abandoned it.
I'm using the latest one from macports, v0.6.0.
I get this simply by 'node updetes.js':
node updates.js
node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead. at Function. (module.js:376:11)
at Object. (/Users/veleno/workspace/wikistream/node_modules/irc-js/lib/irc.js:15:8)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Module.require (module.js:357:17)
at require (module.js:368:17)
at Object. (/Users/veleno/workspace/wikistream/updates.js:3:11)
at Module._compile (module.js:432:26)