@venkat123 You need to run ./nodebb upgrade to update the dependencies. If running that didn't change the mentions version, then something went wrong with the command, or perhaps the mentions plugin is a symlink (and thus does not get updated).
Socket error when running Nodebb
-
I get this error about 3 minutes into starting and running my forum. I don't know what's causing but would greatly appreciate some help.
2014-12-29T20:16:56.342Z - error: Error: Redis connection to 127.0.0.1:6379 fail
ed - write ECONNRESET
at RedisClient.on_error (C:\Users\Noah\nodebb\node_modules\redis\index.js:18
5:24)
at Socket.<anonymous> (C:\Users\Noah\nodebb\node_modules\redis\index.js:95:1
4)
at Socket.emit (events.js:95:17)
at onwriteError (_stream_writable.js:239:10)
at onwrite (_stream_writable.js:257:5)
at WritableState.onwrite (_stream_writable.js:97:5)
at fireErrorCallbacks (net.js:438:13)
at Socket._destroy (net.js:476:3)
at Socket._write (net.js:646:17)
at doWrite (_stream_writable.js:226:10)
at writeOrBuffer (_stream_writable.js:216:5)
at Socket.Writable.write (_stream_writable.js:183:11) -
@baris I get this error when I try typing it:
The term 'redis-cli' is not recognized as the name of a cmdlet, function, scrip
t file, or operable program. Check the spelling of the name, or if a path was i
ncluded, verify that the path is correct and try again.
At line:1 char:10- redis-cli <<<<
- CategoryInfo : ObjectNotFound: (redis-cli:String) [], CommandNo
tFoundException - FullyQualifiedErrorId : CommandNotFoundException
- CategoryInfo : ObjectNotFound: (redis-cli:String) [], CommandNo
- redis-cli <<<<
-
@julian Yes Redis is running in a console shell while NodeBB is running.
-
@julian I opened up command prompt and tried but got this: 'redis-cli' is not recognized as an internal or external command,
operable program or batch file. -
@julian I'm running it on Windows and I've always just gone to program files and executed the redis command prompt.
-
@julian Would reinstalling Redis fix the issue?