plugin-custom-homepage wont load
-
The plugin does not show up in the built in search and when loaded from the command line the plugin does not show up in the list of installed plugins.
tried:
npm i nodebb-plugin-custom-homepage
npm install nodebb-plugin-custom-homepage
sudo npm i nodebb-plugin-custom-homepage
sudo npm install nodebb-plugin-custom-homepageNo joy.
Is it broken or I am doing something incorrectly?
-
In 0.8.x, any plugin that appears in the ACP plugin list is compatible. Or if you're on GitHub, in the package.json will be something like:
"nbbpm": { "compatibility": "^0.6.0 || ^0.7.0 || ^0.8.0" },
note the ^0.8.0 part. If a plugin is missing this, it's deemed not compatible.
Copyright © 2024 NodeBB | Contributors