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
When I follow the instructions to use the typedoc plugin, I get an error when generating config:
Steps to Reproduce
Add the package to my workspace: pnpm install --save-dev @enio.ai/typedoc
Generate config for a project: pnpm nx g @enio.ai/typedoc:config core
Expected behaviour: plugin runs
Actual behaviour:
crashes:
❯ pnpm nx g @enio.ai/typedoc:config core --verbose
NX Generating @enio.ai/typedoc:config
NX (0 , devkit_1.readWorkspaceConfiguration) is not a function
Versions
Node JS: 21.11.1
Nx: 18.0.5 (possibly too new?)
The text was updated successfully, but these errors were encountered:
When I follow the instructions to use the
typedoc
plugin, I get an error when generating config:Steps to Reproduce
pnpm install --save-dev @enio.ai/typedoc
pnpm nx g @enio.ai/typedoc:config core
Expected behaviour: plugin runs
Actual behaviour:
crashes:
Versions
The text was updated successfully, but these errors were encountered: