nodebb plugins upgrade problem
-
23/8 16:03 [14673] - info: Time: Sun Aug 23 2015 16:03:39 GMT-0400 (EDT)
23/8 16:03 [14673] - info: Initializing NodeBB v0.7.3
Warning: Redis server does not require a password, but a password was supplied.
Warning: Redis server does not require a password, but a password was supplied.
Warning: Redis server does not require a password, but a password was supplied.
[outdated] nodebb-theme-persona v2.0.19, requires 2.0.13
23/8 16:03 [14673] - warn: One or more of NodeBB's dependent packages are out-of-date. Please run the following command to update them:
23/8 16:03 [14673] - warn: ./nodebb upgrade
[cluster] Child Process (14673) has exited (code: 0, signal: null)help pls
-
What were you trying to do when you got these messages? An install or an upgrade?
I received a similar message recently after upgrading Node.js when I relaunched NodeBB and I was able to successfully clear the issue by clearing out the NodeBB/node_modules (except for my own plugin folders and other nodebb plugins) and then doing two things:
- npm install (to reload all of the dependent packages)
- ./nodebb setup (even though my system had been setup this process caused it to correctly install the needed mongo packages)
My solution here may not have been the optimal one, but I'm new to running NodeBB (keep that in mind if you try these steps).
-
@lombisi Are you sure you have supplied the correct Redis authentication information?
- You tried going through the suggested "./nodebb upgrade" process?
- You cleared out all of your Nodebb/node_modules (besides plugins) and then went through "npm install" and "./nodebb setup"?
- Another thought, are you running sufficiently new versions of node.js and npm?
-
- I'm updating any plug-in.
- I'm throwing reset the system.
- Then I get a 502 error.
- Log as follows.
- Upgrade learn everything by going into the past.
[cluster] Child Process (14718) has exited (code: 0, signal: null)
24/8 12:32 [25466] - info: Time: Mon Aug 24 2015 12:32:01 GMT-0400 (EDT)
24/8 12:32 [25466] - info: Initializing NodeBB v0.7.3
Warning: Redis server does not require a password, but a password was supplied.
Warning: Redis server does not require a password, but a password was supplied.
Warning: Redis server does not require a password, but a password was supplied.
[outdated] nodebb-plugin-composer-default v1.0.11, requires 1.0.9
24/8 12:32 [25466] - warn: One or more of NodeBB's dependent packages are out-of-date. Please run the following command to update them:
24/8 12:32 [25466] - warn: ./nodebb upgrade
[cluster] Child Process (25466) has exited (code: 0, signal: null)