Upgrade issues
-
when doing nodebb upgrade, this is one of the steps
$ git reset --hard v3.4.2Is there a way to just say latest version, rather than having to type in the exact version number?
when I did this command (as per instructions to see what version its on)
git rev-parse --abbrev-ref HEADit gave…
v2.xwhys it saying 2?
Also got this screen at start

-
Use this code
git fetch # Grab the latest code from the NodeBB repository git checkout v3.x git reset --hard origin/v3.xAnd you will have the latest version without specifying it
-
undefined phenomlab has marked this topic as solved on