Upgrade issues
-
I did it.
After that, when making checkout v0.5.x I got this :
Already on 'v0.5.x'
Your branch and 'origin/v0.5.x' have diverged,
and have 17 and 676 different commits each, respectively.If I make a pull after that :
CONFLICT (add/add): Merge conflict in npm-shrinkwrap.json
I have the feeling of a never ending loop
-
@FrΓ©dΓ©ric-Coubard said:
Nope. That's far from my capabilities.
Could it come from a former mistake being on master branch ?
This should do it. But I'm not 100% confident with github myself @julian, would you mind confirming this before I give the wrong advice.
git fetch origin
git reset --hard origin/v0.5.x
-
We learn trying, waiting for better advice .
Result :
HEAD is now at 62477c7 fixed #2214 - each individual thread will create its own logrotate write handler, because if one is closed, everything crashes in a cascade effect because we're calling .write() after .end(), bleh.
And if I make a pull after that :
Already up-to-date.
So, trying a nodebb start...
-
NodeBB restart.
Yet I have this warn in log :
warn: [plugins] The
action:app.load
hook is deprecated in favour ofstatic:app.load
, please notify the developers of the following plugins:- nodebb-plugin-emailer-mailgun
- nodebb-plugin-emoji-extended
- nodebb-plugin-google-analytics
- nodebb-plugin-topic-badges
And this issue :