Nodebb plugin install from github
-
I created my nodebb plugin and uploaded to npm .. Plugin is working and comes up in nodebb plugin page.
But , i want to get the plugin from github repo ,how can i do this plz help -
@anirban-dutta why wouldn't you just use the plugin page on ACP? Or just use the
npm install
command for your plugin? -
@anirban-dutta I use command like this
npm install git+https://github.com/me-cooper/nodebb-plugin-makesmart-gallery.git
when repo is not recognized bynpm install
Just remember to add
.git
at the end of github repo url.
Copyright © 2024 NodeBB | Contributors