Closed vasyas closed 8 years ago
does it work if you use an absolute path to your plugin? e.g.
"plugins": ["/Users/me/somewhere/node_modules/jsdoc-babel"]
No. And absolute version works ok with jsdoc.
i've traced this to a regression in jsdoc3, introduced by this commit.. jsdoc2md does not use jsdoc3@3.4.0, it uses a fork which tracks the master
branch of jsdoc3.
This is fixed and released in v3.5.6 of jsdoc-75lb.. please reinstall jsdoc2md and try again.
if you still have problems, please re-open.
Thanks, it has fixed my issue.
Using jsdoc-parse@1.2.7
My jsdoc.conf.js:
When running
got error message
jsdoc@3.4.0 works ok.
The same error with other jsdoc plugins (tested jsdoc-strip-async-await), so I beleive it's plugin-unrelated.