npm ERR! extraneous: [email protected]
-
After checking out v0.5.x
waterloo:NodeBB vlad$ npm ll
npm ERR! extraneous: [email protected] /Users/vlad/workspace/nodebb/0.5.7/NodeBB/node_modules/redis
npm ERR! extraneous: [email protected] /Users/vlad/workspace/nodebb/0.5.7/NodeBB/node_modules/connect-redis
npm ERR! extraneous: [email protected] /Users/vlad/workspace/nodebb/0.5.7/NodeBB/node_modules/redis
npm ERR! not ok code 0SHouldn't redis package be an explicit dependency?
-
I got it, now that I understand what installs redis.
The way I upgrade is I create a brand new workspace, install a new version of nodebb, copy over the config.json. I think that makes sense in real deployment scenario versus executing "git pull" in place. This way I retain a fully functional prior version installation I can fall back to in a instant should something fail with a new version.