Installing nodebb-plugin-spam-be-gone crashes server
-
Run
npm install [email protected]
, then try again. -
@Guiri actually, use
[email protected]
instead of[email protected]
I backported a critical fix not too long ago.What happened was that you installed the latest,
[email protected]
which is compatible with[email protected]
, if you are onNodeBB\@0.5.x
you should use the[email protected]
NodeBB dependency enforcement has been updated and improved much more in for 0.6, but not sure what exactly happened with you.
Maybe I should take the
[email protected]
down from npm till[email protected]
actually gets released, which is in a week or so -
@a_5mith said:
npm install [email protected]
Laters version of the plugin but after npm install [email protected] its working ok.
Same issues i am having with all the other plugins not being compatible with the stable version.
-
@Scuzz @Schamper @a_5mith v0.5.5 was released, with an update to the plugin compatibility detection so that NodeBB will actively refuse to upgrade past the suggested version, and installation will throw a warning with instructions on fixing NodeBB in the event an incompatible plugin is installed. The warning also acts as a confirmation dialog.