redis-commander: redis-commander fails to start up

I am on node v0.11.14 with npm v2.0.0. I installed redis-commander but when I try to run it I get

path.existsSync is now called `fs.existsSync`.
/Users/gauravarora/.nvm/v0.11.14/lib/node_modules/redis-commander/node_modules/browserify/index.js:204
        self[key] = w[key].bind(w);
                          ^
TypeError: Cannot read property 'bind' of undefined
  at /Users/gauravarora/.nvm/v0.11.14/lib/node_modules/redis-commander/node_modules/browserify/index.js:204:27
  at Array.forEach (native)
  at module.exports (/Users/gauravarora/.nvm/v0.11.14/lib/node_modules/redis-commander/node_modules/browserify/index.js:203:41)
  at module.exports (/Users/gauravarora/.nvm/v0.11.14/lib/node_modules/redis-commander/lib/app.js:48:11)
  at startWebApp (/Users/gauravarora/.nvm/v0.11.14/lib/node_modules/redis-commander/bin/redis-commander.js:158:3)
  at /Users/gauravarora/.nvm/v0.11.14/lib/node_modules/redis-commander/bin/redis-commander.js:116:10
  at /Users/gauravarora/.nvm/v0.11.14/lib/node_modules/redis-commander/lib/util.js:135:7
  at fs.js:295:14
  at Object.oncomplete (fs.js:93:15)

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 37 (8 by maintainers)

Commits related to this issue

Most upvoted comments

I seems like this is still broken in the Docker image?