-
Notifications
You must be signed in to change notification settings - Fork 711
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
V0.24.2 does not work #2241
Comments
TypeDoc's site rebuilt successfully with 0.24.2, and so did a couple other test sites, so this isn't a universal problem. Are you sure nothing changed in your config? |
I could also reproduce the issue, without any configuration files. It's not a minimal repo (I'm teaching how to document TypeScript, NestJS projects), but it shouldn't take too long to install. https://github.com/hgabor/ts-dokumentacio Generate the docs with
Everything works as expected, docs are generated in the "docs" folder. Now switch to the "latest" branch, the only difference is the typedoc version in package.json:
And after switching back to main, just to make sure
|
Apparently I broke Windows. My Linux box is totally fine... time to figure out how to set up a windows box to test on |
Search terms
entry points
Expected Behavior
After an upgrade from 0.24.1 to 0.24.2 and no other change, I expect to run npx typedoc and see the magic happen.
Actual Behavior
I've got this message: [error] Unable to find any entry points. Make sure TypeDoc can find your tsconfig.
Running with --logLevel Verbose tells me that my tsconfig.json is read.
Steps to reproduce the bug
Just upgrade from 0.24.1 with an env where everything works and try to launch typedoc.
Environment
The text was updated successfully, but these errors were encountered: