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

Plugin doesn't load on TypeDoc v0.22.6 #1

Closed
f-t-alves opened this issue Oct 20, 2021 · 2 comments
Closed

Plugin doesn't load on TypeDoc v0.22.6 #1

f-t-alves opened this issue Oct 20, 2021 · 2 comments

Comments

@f-t-alves
Copy link

Currently throwing error:

Error: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/lib/converter/components' is not defined by "exports" in OBFUSCATED_PROJECT_PATH\node_modules\typedoc\package.json
    at throwExportsNotFound (internal/modules/esm/resolve.js:285:9)
    at packageExportsResolve (internal/modules/esm/resolve.js:508:3)
    at resolveExports (internal/modules/cjs/loader.js:450:36)
    at Function.Module._findPath (internal/modules/cjs/loader.js:490:31)
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:888:27)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:92:18)
    at Object.<anonymous> (OBFUSCATED_PROJECT_PATH\node_modules\typedoc-plugin-inline-sources\dist\plugin.js:11:22)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)

Might be related to this issue. In the same issue, maintainer mentions usage of Converter and ConvertedComponent by plugins will be deprecated, so probably something else to be looking out for.

@tgreyuk
Copy link
Owner

tgreyuk commented Nov 27, 2021

Sorry completely missed this (I actually didn't realise anyone was using the plugin :). fixed in 1.0.1.

@tgreyuk tgreyuk closed this as completed Nov 27, 2021
@f-t-alves
Copy link
Author

Awesome! Thanks, mate. Definitely plan on using it now!

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

No branches or pull requests

2 participants