Git pull broke Redis.
-
same here:
error: Unable to initialize Redis! Is Redis installed? Error :Cannot read property 'Store' of undefined
message while./nodebb upgrade
after copyright-notice -
submitted PR: gh#1780
-
@julian Hey guys, my steps to get this working again were, have a beer, rm the node_modules folder and rerun npm install, at this point it said it couldn't find redis. Drink another beer. Remember that I took a screenshot of everything in my node_modules folder prior to beer #1. Match them up and realised that both redis-connect and redis were missing from node_modules, a quick npm install on both of those and I'm up and running again.
However I also went back a few commits, but I will try a pull and an update while you're all about, to see if I can't troubleshoot anything going wrong.
I must admit, I didn't think to run setup again.