Error Starting NodeBB
-
You need to explicitly state
@1.1.4
otherwise it won't update to that version due to the static1.1.3
within NodeBB's package.jsonAnd a NodeBB upgrade afterwards could revert this. If you need that, change the
1.1.3
within NodeBB's package.json to a1.1.4
. -
Still doesn´ t work:
Clustering enabled: Spinning up 1 process(es). 1/6 16:41 [6079] - info: Time: Wed Jun 01 2016 16:41:25 GMT+0000 (UTC) 1/6 16:41 [6079] - info: Initializing NodeBB v1.0.3 [outdated] nodebb-plugin-emoji-one installed v1.1.4, package.json requires 1.1.0 1/6 16:41 [6079] - warn: One or more of NodeBB's dependent packages are out-of-date. Please run the following command to update them: 1/6 16:41 [6079] - warn: ./nodebb upgrade [cluster] Child Process (6079) has exited (code: 0, signal: null)
-
The error is fixed for me but still nodebb is not starting. see below:
Any advice?
-
@Alex-Papagiannis said in Error Starting NodeBB:
The error is fixed for me but still nodebb is not starting. see below:
Any advice?
You are still using
[email protected]
instead of1.1.4
; See above posts for solution. -
@frissdiegurke I have the correct version. So not sure where the problem occurs. Any tips?
See below:
-
@Alex-Papagiannis
The NodeBB instance of your previous screenshot definitely does not use1.1.4
, that's how far I can tell for sure; The1.1.4
version does not use/.images/svg
anymore in any step.So I can just repeat the steps to ensure an updated version for you:
# stop running instances npm rm nodebb-plugin-emoji-one # or rm -rf node_modules/nodebb-plugin-emoji-one # edit NodeBB/package.json; update nodebb-plugin-emoji-one version to 1.1.4 npm install --production # or ./nodebb upgrade if you wish # start NodeBB as ususal
If that does not work, try
npm cache clean
and repeat. If it still does not work, there is something else wrong here. -
I followed all the steps still the same error. I will continue to monitor this thread just in case someone has a solution. Thanks @frissdiegurke I hope something will come up soon.
-
Hi,
I've the same error but not with one but for me all plugins get a rollback in the first version, i upgraded all but when I want to do restart, it came back for old version.
So the error of emoji is the same...
I'm in v1.0.4 and it is the same for my 2 forums (one in localhost and one in website) -
@LeChatP Since there is no NodeBB
1.0.4
released yet, I assume you're on theweekly
branch. Might it be you have an (relic) npm-shrinkwrap.json within your NodeBB directory? If so, remove that.
If there is none, please post the output ofgit status
. -
Thank you very much @frissdiegurke , also my problem still the same than @Alex-Papagiannis with emoji. So I think this plugin just don't work in his last version, I disabled it using
./nodebb reset -p nodebb-plugin-emoji-one
and so my forum came back I think i will don't have any emoji but it doesn't matter instead of a complete forum -
Any progress yet? I have the same problem! please do something. I like emojis and i need them
-
I've had a conversation with the emoji-one support/dev and they reverted their (accidental) changes. Now
1.1.4
is not working anymore; every other version is. Released1.1.5
because of this