NodeBB upgrades became worse since 0.7
-
i tried upgrading using nodebb upgrade, it still shows 0.7.1, its not a git repo, so i cant do a fetch and checkout
-
@chrismccoy
./nodebb upgrade
does not download new code for you. You need to do that yourselfPlease check out the "Upgrading NodeBB" page in the documentation
-
Even I was having trouble installing the update using the method listed in the docs.
I did a little searching and found @julian had mentioned a step of installing dependencies after the fetch, etc and prior to running./nodebb upgrade
somewhere in this forum as a reply to a previous update issue.He had asekd to run
npm i
to install dependencies and that is what is working for me. I used it to update from v0.7.0.0 to v0.7.1.0 and also to v0.7.2.0. -
-
@pichalite said:
Every time I do an upgrade it does not go well. There is always some kind of error even though I am following the upgrade process from the docs.
Same here. Haven't had one work yet, actually. Not since 0.3 I think.