You can run git cherry-pick 74aa12c95b2acd3dab01b283c33eb24a358411aa to get it.
Installing an older NodeBB Version
-
We can help more with a detailed example BUT....
Let's say you want the latest in the 0.6.x family. you would do:
git fetch; git checkout v0.6.x; git pull; ./nodebb setup
-
Or for a fresh installation:
git clone -b v0.6.x https://github.com/NodeBB/NodeBB.git nodebb