bvanderlaan / jsdoc-route-plugin

This repository holds a plugin for JsDoc which adds custom tags to the default template for documenting Express routes.
29 stars 9 forks source link

ERROR: Unable to find the plugin "jsdoc-route-plugin" #6

Open dffpm opened 7 years ago

dffpm commented 7 years ago

Good day.

I installed 'jsdoc-route-plugin' about 3 months ago. It worked fine. Today i started new project and setup plugin as usual, but when i try to generate docs (jsdoc -c jsdoc.json) i get error Unable to find the plugin "jsdoc-route-plugin". Then i tried to generate docs in project where it worked and got the same error. jsdoc version and plugin version did not change.

Maybe I missed something. What could you advise?

bounteous17 commented 5 years ago

Install it global

npm i -g jsdoc-route-plugin