Skip to content

"Unable to find any entry points." since 0.24.2 #2243

Closed
@RunDevelopment

Description

@RunDevelopment

Search terms

0.24.2

Expected Behavior

Installing 0.24.2 should not break the build.

Actual Behavior

PS C:\Users\micha\Git\refa> npx typedoc --treatWarningsAsErrors --logLevel 0
[debug] Reading tsconfig at ./tsconfig.json
[debug] Using TypeScript 5.0.2 from ./node_modules/typescript/lib
[error] Unable to find any entry points. Make sure TypeDoc can find your tsconfig

Steps to reproduce the bug

  1. Download https://github.com/RunDevelopment/refa
    (make sure it's the latest commit: ee63239e81494325acd3149ca2eadda74e76e6b2)
  2. npm ci
  3. Refa currently uses 0.24.1. Run npx typedoc --treatWarningsAsErrors --logLevel 0 to verify that the build works.
  4. npm i -D [email protected]
  5. Run npx typedoc --treatWarningsAsErrors --logLevel 0 and get the above error.

Environment

  • Typedoc version: 0.24.2
  • TypeScript version: 5.0.2
  • Node.js version: v16.11.1
  • OS: Win10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions