@frissdiegurke yeah, but in simple things like a hook-refactor like in the case of the init hook, why are they still not just being backwards compatible? It seems easier.
How long does it take for a published package to show up in the plugin list?
-
How long does it take for a published package to show up in the plugin list?
-
It's been over 24 hours but still unable to find it in the plugin list
-
What version of nodebb are you testing on? And what did you put into your plugin's package.json for the nbbpm block?
"nbbpm": { "compatibility": "x.x.x" }
-
"nbbpm": { "compatibility": "^1.0.1", "index": false },
-
I want to install this plugin too but it's not showing up in the registry either.
-
index: false will cause it to not show up in the acp page. Remove that.