[SoS] NodeBB not running after plugin install
-
I installed, nodebb color, nodebb emoji and nodebb skype emoji. When I restarted the system, it gave the following error
{"error":"Cannot read property '_csrf' of undefined"}
I stopped, restart nodebb with resetting plugins only to get same error at www.techiewiz.in . Any help would be highly appreciated.
-
cd node_modules/
npm remove nodebb-plugin-*
cd ..
./nodebb stop
./nodebb startps.
npm remove nodebb-plugin-*
will remove all plugins for your nodebb. but you can just remove the one that you think it made your nodebb broken. for example:
npm remove nodebb-plugin-xxx
Copyright © 2024 NodeBB | Contributors