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).
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.
https://www.npmjs.com/package/nodebb-plugin-topic-badges
index: false will cause it to not show up in the acp page. Remove that.