Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error : Launch redis-commander #113

Closed
silverpark opened this issue Oct 8, 2013 · 5 comments
Closed

Error : Launch redis-commander #113

silverpark opened this issue Oct 8, 2013 · 5 comments

Comments

@silverpark
Copy link

I've a error when I launch redis-commander. About your documentation there is a config by default.

I install redis-commander on debian server 64bits.

It said :
path.existsSync is now called fs.existsSync.

/usr/local/lib/node_modules/redis-commander/node_modules/browserify/index.js:204
self[key] = w[key].bind(w);
^
TypeError: Cannot call method 'bind' of undefined
at /usr/local/lib/node_modules/redis-commander/node_modules/browserify/index.js:204:28
at Array.forEach (native)
at module.exports (/usr/local/lib/node_modules/redis-commander/node_modules/browserify/index.js:203:41)
at module.exports (/usr/local/lib/node_modules/redis-commander/lib/app.js:48:11)
at startWebApp (/usr/local/lib/node_modules/redis-commander/bin/redis-commander.js:158:3)
at /usr/local/lib/node_modules/redis-commander/bin/redis-commander.js:116:10
at /usr/local/lib/node_modules/redis-commander/lib/util.js:132:7
at fs.js:194:20
at Object.oncomplete (fs.js:96:15)

@ysmood
Copy link

ysmood commented Oct 10, 2013

I'm the same with you. I use the node 0.11.x
But if I change the node version to 0.10.x, this error will disappear.

@teewhey
Copy link

teewhey commented Oct 11, 2013

ysmood : Are you able to get redis-commander running then?

@silverpark
Copy link
Author

My version about node is v0.11.8-pre. Redis-commander doesn't match.

@silverpark
Copy link
Author

It's match with the version 0.11.0-release (Nodejs)

@xatgithub
Copy link

// It works: edit redis-commander/node_modules/browserify.js:
Object.keys(EventEmitter.prototype).forEach(function (key) {
if (undefined === w[key])
return;
self[key] = w[key].bind(w);
});

sseide added a commit that referenced this issue Jul 2, 2024
…8d0ecb841c4f

[Snyk] Upgrade ioredis from 5.3.2 to 5.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants