You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems they've added new breaking changes to typedoc that affects plugin loading; Trying to use the plugin with 0.22.5 results in following:
Error: The plugin typedoc-plugin-mermaid could not be loaded.
Error: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/lib/converter' is not defined by "exports" in /home/azatoth/project/node_modules/typedoc/package.json
at new NodeError (internal/errors.js:322:7)
at throwExportsNotFound (internal/modules/esm/resolve.js:322:9)
at packageExportsResolve (internal/modules/esm/resolve.js:545: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:93:18)
at Object.<anonymous> (/home/azatoth/project/node_modules/typedoc-plugin-mermaid/dist/index.js:6:17)
Seems they've added new breaking changes to typedoc that affects plugin loading; Trying to use the plugin with 0.22.5 results in following:
Seems to be related to TypeStrong/typedoc#1696
The text was updated successfully, but these errors were encountered: