Hey
I'm trying to install the forum for windows but when I get to the stage of connecting data to the forum then pretending to tap something
And everything is fine
Install specific plugin version
-
Is there a way to install a specific version of a plugin? I accidentally uninstalled DB Search plugin and when I install it again, it's installing the latest version v0.1.0 and it is not compatible with nodebb v0.5.7. I want to install DB Search plugin v0.0.16.
-
If you wish to install version 0.0.16 specifically, the command would
npm install [email protected]
if I'm not mistaken. -
That worked. Thank you.