You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a npm install which went smoothly I get the following error on startup. I tried to fix it myself but I can't. Would you mind to help me out please?
info - socket.io started
Running in development mode @ http://localhost:8080
Caught exception: Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
at RedisClient.on_error (/Users/jsilva/Dropbox/Projects/github/scrumpoker/node_modules/connect-redis/node_modules/redis/index.js:136:24)
at Socket. (/Users/jsilva/Dropbox/Projects/github/scrumpoker/node_modules/connect-redis/node_modules/redis/index.js:70:14)
at Socket.emit (events.js:67:17)
at Array.0 (net.js:319:25)
at EventEmitter._tickCallback (node.js:192:40)
Thanks :D
The text was updated successfully, but these errors were encountered:
Hey there,
After a npm install which went smoothly I get the following error on startup. I tried to fix it myself but I can't. Would you mind to help me out please?
info - socket.io started
Running in development mode @ http://localhost:8080
Caught exception: Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
at RedisClient.on_error (/Users/jsilva/Dropbox/Projects/github/scrumpoker/node_modules/connect-redis/node_modules/redis/index.js:136:24)
at Socket. (/Users/jsilva/Dropbox/Projects/github/scrumpoker/node_modules/connect-redis/node_modules/redis/index.js:70:14)
at Socket.emit (events.js:67:17)
at Array.0 (net.js:319:25)
at EventEmitter._tickCallback (node.js:192:40)
Thanks :D
The text was updated successfully, but these errors were encountered: