jsdoc-route-plugin icon indicating copy to clipboard operation
jsdoc-route-plugin copied to clipboard

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

Open dffpm opened this issue 8 years ago • 1 comments

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?

dffpm avatar Sep 25 '17 05:09 dffpm

Install it global

npm i -g jsdoc-route-plugin

bounteous17 avatar Dec 14 '18 15:12 bounteous17