Lloyd Brookes
Lloyd Brookes
how about you deleted the `include` property of jsdoc conf and passed all input files to jsdoc2md? You can store this command as an npm script.. ``` jsdoc2md --template readmeTpl.hbs...
> I started out that way, but it gets a bit long to include in an npm script. Then do it a different way - there are plenty of options....
[internally](https://github.com/jsdoc2md/jsdoc-api/blob/master/lib/explain-sync.js#L31), the values from jsdoc2md's `--files` option are passed directly to the `jsdoc` command.. So, when you run jsdoc2md using the options in your first comment, internally `jsdoc` will be...
Could you post a reproduction case please - a failing example I can run to see the issue.. thanks
Hi, thanks for the patch. Travis runs the test suite on Linux, which has a case-sensitive file system. Is the issue anything to case-sensitivity in file names?
Hi, sorry for the delay.. which OS are you on? How many input files roughly causes the exception to be thrown? Obviously the error message `Cannot find module 'collect-all'` is...
Hi, there's not enough context in your report - could you post a reproduction case I can run and see the issue please? You don't need to include a call...
I'm sorry, I can't reproduce your issue. On node v10 on macOS I get the expected output. This is the reproduction case I ran: ```js const jsdocApi = require('jsdoc-api') const...
Please post some code which fails every time on your system. Please post the full script, not just snippets - I need a reproduction case, a complete script (like what...
that's odd.. could you try uninstalling then reinstalling all your deps please?