@theepiphany got it -- still doable. buzz me if you still require help.
Disable plugin from cli ?
-
Hi,
I installed a plugin that broke my nodebb and I need to disable it. (uncompatible with 0.4x)
Is there a way to disable a specific plugin via the command line?
I know of./nodebb reset all
which disables all plugins and themes, is there anything similar for disabling just one?Thanks
-
Ok I just went through app.js and the closest i could find was
./nodebb reset plugins
which will have to do for now -
How about just uninstalling it?
npm remove nodebb-plugin-plugin-name
-
hey @Jimi, if you're using redis you could use the command
srem plugins:active nodebb-plugin-xxxx
-
How to enable the plug-in? I turned off the plugin db search and now I can not log into the admin area.
-
No. The problem was to remove the threads lavender, which is not used, but the effect on the work of the Forum.
-
I guess it would be easier to reset all plugins using CLI and then enable those required via GUI/ ACP.
-
./nodebb reset plugin="nodebb-plugin-pluginName"
-
as of some time..
./nodebb reset -p nodebb-plugin-pluginName