Closed PaykomanVll closed 7 years ago
I'm having an issue with this as well.. :/
Nobody can help?
What version of Node are you using? I get this issue when using v8+, but not when using the v6LTS
Hello,
i have fix it... process.EventEmitter is deprecated and i have this line be changed
https://github.com/elbart/node-memcache/blob/master/lib/memcache.js#L45
to:
util.inherits(Client, require('events') );
Hello,
all my modules use the current versions but the memcache will not more work after a serverchange :( If memcache not uncommented i get this error:
The lobby.js:7:16 is
var memcache = require("memcache");
my package.json
I hope anybody can help me i need this modul :-(