-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] jsdoc2md bad call to jsdoc: Path-Problem #307
Comments
Hi, thanks for the report! Can you confirm which jsdoc2md version you're using? In the meantime, try overriding the
|
Or you could set the env variable in
Let me know if that helps. Either way, I will look into reproducing and fixing this bug later today. |
I use the latest version of npm when installing the package (this is the default behavior you should always assume when there is a recent bug report):
"jsdoc": "^4.0.4",
"jsdoc-to-markdown": "^9.0.4", I would be very grateful if this could be reproduced and also fixed. The bug report is used for information purposes, so that exceptions can also be checked or handled here. Without validation, it is always hoped that the user input is valid. I have already changed my entire development envionment and am not setting it up again with the aforementioned folder name. |
Don't worry, it will be fixed very soon once I'm free.
I didn't suggest you change the folder name, I suggested that you try setting an environment variable which is the same folder name but with the space characters replaced with Nevermind, will get back to you once it's fixed. |
No it's not - there are still plenty of users using jsdoc2md v1 which is almost 10 years old.. Some corporate users in regulated environments operate very old builds which they can't change without a formal process. |
…doc-to-markdown#307 Add Windows testing to CI
Fixed and released in v9.0.5. Let me know if you find anything else! |
Executing
jsdoc
fails becausejsdoc2md
does not check or correct paths.File Structure:
Sample:
Output:
The text was updated successfully, but these errors were encountered: