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

Install error #48

Closed
yvangodard opened this issue Feb 25, 2013 · 1 comment
Closed

Install error #48

yvangodard opened this issue Feb 25, 2013 · 1 comment

Comments

@yvangodard
Copy link

Hello,

when I install scrumblr, errors and warnings appears :
npm WARN package.json connect@1.7.3 No README.md file found!
npm WARN excluding symbolic link lib/index.js -> jade.js
npm WARN excluding symbolic link benchmarks/haml/index.js -> lib/haml.js
npm WARN excluding symbolic link support/sass/index.js -> lib/sass.js
npm WARN engine express@2.4.7: wanted: {"node":">= 0.4.1 < 0.5.0"} (current: {"node":"v0.9.10","npm":"1.2.12"})
npm WARN engine connect@1.7.3: wanted: {"node":">= 0.4.1 < 0.7.0"} (current: {"node":"v0.9.10","npm":"1.2.12"})
npm WARN excluding symbolic link lib/socket.io-client.js -> io.js

when I run "node server.js 9002" :
info - socket.io started
node_redis: no callback to send error: ERR unknown command 'hset'
node_redis: no callback to send error: ERR unknown command 'hset'
node_redis: no callback to send error: ERR unknown command 'hset'
node_redis: no callback to send error: ERR unknown command 'hset'
node_redis: no callback to send error: ERR unknown command 'hset'
node_redis: no callback to send error: ERR unknown command 'hset'
node_redis: no callback to send error: ERR unknown command 'hset'
node_redis: no callback to send error: ERR unknown command 'hset'

/home/scrumblr/scrumblr/node_modules/redis/index.js:393
throw err;
^
Error: ERR unknown command 'hset'
at RedisReplyParser. (/home/scrumblr/scrumblr/node_modules/redis/index.js:78:27)
at RedisReplyParser.EventEmitter.emit (events.js:94:17)
at RedisReplyParser.send_error (/home/scrumblr/scrumblr/node_modules/redis/lib/parser/javascript.js:265:14)
at RedisReplyParser.execute (/home/scrumblr/scrumblr/node_modules/redis/lib/parser/javascript.js:124:22)
at RedisClient.on_data (/home/scrumblr/scrumblr/node_modules/redis/index.js:358:27)
at Socket. (/home/scrumblr/scrumblr/node_modules/redis/index.js:93:14)
at Socket.EventEmitter.emit (events.js:94:17)
at Socket. (_stream_readable.js:649:14)
at Socket.EventEmitter.emit (events.js:91:17)
at emitReadable (_stream_readable.js:358:10)

Could you help me ?

@aliasaria
Copy link
Owner

"ERR unknown command 'hset'" probably means you don't have a recent enough version of redis (my guess).

the HSET command is supported since redis version 2.0.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

2 participants