How do I get rid of this warning message on the console?
Solved
Technical Support
-
I deleted a plugin by force and it was uninstalled, but it looks like some files were still there. Every time I start NodeBB this warn message is shown:
2019-01-20T19:08:06.837Z [4567/10947] - warn: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-plugin-sso-oauth`. Skipping.
There is no folder with the name
nodebb-plugin-sso-oauth
onnode_modules
, I already checked. Where is thisplugin.json
and how I can fix this?Thanks!
-
I think the command would be
./nodebb reset -p nodebb-plugin-sso-oauth
-
@jtsimoes said in How do I get rid of this warning message on the console?:
Damn it, I knew about that command and I didn't remember to use it...
I totally know that feeling.
Copyright © 2024 NodeBB | Contributors