Skip to content
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

Doc not generate and no error message #296

Open
alanschiobairesdev opened this issue Jan 18, 2024 · 0 comments
Open

Doc not generate and no error message #296

alanschiobairesdev opened this issue Jan 18, 2024 · 0 comments

Comments

@alanschiobairesdev
Copy link

I have the following js file https://gist.github.com/alanschiobairesdev/478c33f834f74c0e559556708f2cb3be
jsdoc can succefully generate it, but jsdoc-to-mardown do no generate, and not erros is give only ✨ Done in 0.30s.. but no file
Screenshot 2024-01-18 at 14 03 17

package json

{
  "name": "jsdoc2mdteste",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "jsdoc": "^4.0.2",
    "jsdoc-to-markdown": "^8.0.0"
  }
}

no matter if yarn run jsdoc2md example.js or yarn jsdoc2md example.js none generate the md file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant