Thanks @dunlix and @PitaJ for help me. Problem solved only for yours help. Thanks a lot
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 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.