@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 by npm install
Just remember to add .git at the end of github repo url.
Prior to today, if you installed a broken plugin, this was the solution:
In short: ./nodebb reset plugins
New to v0.5.0, however, will be the ability to reset just one plugin at a time, using this format:
$ ./nodebb reset plugin="nodebb-plugin-brokenplugin"
The existing implementation will continue to work, as will ./nodebb reset all
.
Edit: Dat syntax highlighting....
I was thinking about this, but in my head a different syntax - how about this?
(for multiple at a time):
./nodebb disable nodebb-plugin-brokenplugin nodebb-plugin-julians-plugin nodebb-theme-baris-theme
(because none of my plugins ever break :D)
EDIT: nvm, looks like you did it already