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

Release with docs is broken #881

Closed
achingbrain opened this issue Aug 23, 2021 · 0 comments · Fixed by #904
Closed

Release with docs is broken #881

achingbrain opened this issue Aug 23, 2021 · 0 comments · Fixed by #904

Comments

@achingbrain
Copy link
Member

[08:04:26] → Command failed with exit code 3: typedoc /Users/alex/Documents/Workspaces/ipfs/js-ipfs-repo/src/index.js --out docs --hideGenerator --includeVersion --gitRevision master --plugin /Users/alex/Documents/Workspaces/ipfs/js-ipfs-repo/node_modules/aegir/src/ts/typedoc-plugin.js
Error: error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'.

Info: Loaded plugin /Users/alex/Documents/Workspaces/ipfs/js-ipfs-repo/node_modules/aegir/src/ts/typedoc-plugin.js
Command failed with exit code 3: typedoc /Users/alex/Documents/Workspaces/ipfs/js-ipfs-repo/src/index.js --out docs --hideGenerator --includeVersion --gitRevision master --plugin /Users/alex/Documents/Workspaces/ipfs/js-ipfs-repo/node_modules/aegir/src/ts/typedoc-plugin.js
Error: error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'.

Info: Loaded plugin /Users/alex/Documents/Workspaces/ipfs/js-ipfs-repo/node_modules/aegir/src/ts/typedoc-plugin.js
hacdias added a commit to testground/sdk-js that referenced this issue Oct 19, 2021
achingbrain added a commit that referenced this issue Nov 5, 2021
There's a conflict between the `noEmit` and `emitDeclarationOnly` config
directives that causes typedoc to bail.

Read the users' config and remove the conflict before generating docs.

Fixes #881
achingbrain added a commit that referenced this issue Nov 5, 2021
There's a conflict between the `noEmit` and `emitDeclarationOnly` config
directives that causes typedoc to bail.

Read the users' config and remove the conflict before generating docs.

Fixes #881
achingbrain added a commit that referenced this issue Nov 5, 2021
There's a conflict between the `noEmit` and `emitDeclarationOnly` config
directives that causes typedoc to bail.

Read the users' config and remove the conflict before generating docs.

Fixes #881
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

Successfully merging a pull request may close this issue.

1 participant