Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
So I installed a plugin called nodebb plugin 42, and upon restarting nodebb it crashed everything.
How do I remove that plugin? Can I just delete the folder from node_modules if it exists there? And everything should work again?
@Ezra-Sharp npm rm nodebb-plugin-42
npm rm nodebb-plugin-42
./nodebb reset plugins will also disable all plugins.
./nodebb reset plugins
@julian said:
good to know