Error on Startup(socket.io and nodebb-plugin-finder)
-
This happens when I try to start the latest git version
Error: Cannot find module './socket.io/tools'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at /home/punkbob/nodebb/node_modules/nodebb-plugin-finder/library.js:13:32
at Object.<anonymous> (/home/punkbob/nodebb/node_modules/nodebb-plugin-finder/library.js:231:2)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17) -
If the socket.io/tools.js module was deleted, then this won't work since the plugin was depending on that. I saw that there's a plugins.js module in the same place now, so i can amend it to user that instead. However I've just pulled the latest and can't get it to connect to redis, starting a separate thread...