-
Notifications
You must be signed in to change notification settings - Fork 712
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
"Unable to find any entry points." since 0.24.2 #2243
Comments
Huh, apparently this is a Windows issue :/ |
It works with 0.24.3. Thank you for fixing it! |
Had the same issue, spent hours trying to figure out what was wrong with my config - updating to 0.24.4 fixed it. |
I work with 0.24.4 ,had the same issue. [warning] No tsconfig file found, this will prevent TypeDoc from finding your entry points. |
@aszx-fyh This doesn't seem to be the same issue. Please open a new issue. |
@RunDevelopment |
Yes, I would assume so. The TypeScript compiler has a lot of options that can change the meaning of TypeScript files (e.g. |
Search terms
0.24.2
Expected Behavior
Installing 0.24.2 should not break the build.
Actual Behavior
Steps to reproduce the bug
(make sure it's the latest commit: ee63239e81494325acd3149ca2eadda74e76e6b2)
npm ci
npx typedoc --treatWarningsAsErrors --logLevel 0
to verify that the build works.npm i -D typedoc@0.24.2
npx typedoc --treatWarningsAsErrors --logLevel 0
and get the above error.Environment
The text was updated successfully, but these errors were encountered: