I installed everything and all the install process went fine. And when I did [node server] I got this error:
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Hatch server listening on 0.0.0.0:3000 within development environment
uncaughtException
uncaughtException: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
at RedisClient.on_error (/Users/laminekane/node_modules/hatchjs/node_modules/jugglingdb-redis-hq/node_modules/redis/index.js:148:24)
at Socket. (/Users/laminekane/node_modules/hatchjs/node_modules/jugglingdb-redis-hq/node_modules/redis/index.js:83:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:440:14
at process._tickCallback (node.js:415:13)
Notify error
uncaughtException: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
at RedisClient.on_error (/Users/laminekane/node_modules/hatchjs/node_modules/jugglingdb-redis-hq/node_modules/redis/index.js:148:24)
at Socket. (/Users/laminekane/node_modules/hatchjs/node_modules/jugglingdb-redis-hq/node_modules/redis/index.js:83:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:440:14
at process._tickCallback (node.js:415:13)
What am I doing wrong? Thanks in advance
I installed everything and all the install process went fine. And when I did [node server] I got this error:
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Hatch server listening on 0.0.0.0:3000 within development environment
uncaughtException
uncaughtException: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
at RedisClient.on_error (/Users/laminekane/node_modules/hatchjs/node_modules/jugglingdb-redis-hq/node_modules/redis/index.js:148:24)
at Socket. (/Users/laminekane/node_modules/hatchjs/node_modules/jugglingdb-redis-hq/node_modules/redis/index.js:83:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:440:14
at process._tickCallback (node.js:415:13)
Notify error
uncaughtException: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
at RedisClient.on_error (/Users/laminekane/node_modules/hatchjs/node_modules/jugglingdb-redis-hq/node_modules/redis/index.js:148:24)
at Socket. (/Users/laminekane/node_modules/hatchjs/node_modules/jugglingdb-redis-hq/node_modules/redis/index.js:83:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:440:14
at process._tickCallback (node.js:415:13)
What am I doing wrong? Thanks in advance