Okay, thanks @julian
This isn't ideal considering future updates, but it is a viable solution.
Solved my plugin not indexed in nbbpm
-
I uploaded a new extension to npm with the prefix nodebb-plugin- based on the quickstarter and is not displayed in nbbpm. What to do?
-
@Men770 Did you run
npm publish
?And make sure that everything is okay on
package.json
too:@baris said in 1.12.0 Breaking Changes:
We are dropping support for NodeJS v6.x in 1.11.0+.
Please see the following issues for breaking changes to plugins and themes.
https://github.com/NodeBB/NodeBB/issues?utf8=✓&q=is%3Aissue+milestone%3A1.12.0+label%3A"breaking+change+(themes)"+
https://github.com/NodeBB/NodeBB/issues?q=is%3Aissue+milestone%3A1.12.0+label%3A"breaking+change+(plugins)"If you have plugins that are affected, please update your plugin and add the below to your package.json
"nbbpm": { "compatibility": "^1.12.0" }
-
Also be aware that it can take some time for nbbpm to take the changes up. I can't remember exactly how long it can take but it is for sure not instantaneous.
-
Should be about 15 minutes, let me know if it is still not showing up, and the package name.