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
Whenever I generate the docs, after some time it stops with an error thrown. The error:
Unhandled Rejection at: Promise {
<rejected> { Error: "id" not defined in [object Object]
at Object.strict (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\runtime.js:96:15)
at eval (eval at createFunctionContext (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), <anonymous>:6:70)
at Object.prog [as inverse] (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\runtime.js:221:12)
at Object.<anonymous> (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\helpers\if.js:17:22)
at eval (eval at createFunctionContext (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), <anonymous>:6:32)
at prog (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\runtime.js:221:12)
at execIteration (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\helpers\each.js:51:19)
at Object.<anonymous> (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\helpers\each.js:61:13)
at eval (eval at createFunctionContext (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), <anonymous>:6:31)
at Object.prog [as fn] (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\runtime.js:221:12)
description: undefined,
fileName: undefined,
lineNumber: undefined,
message: '"id" not defined in [object Object]',
name: 'Error',
number: undefined } } reason: { Error: "id" not defined in [object Object]
at Object.strict (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\runtime.js:96:15)
at eval (eval at createFunctionContext (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), <anonymous>:6:70)
at Object.prog [as inverse] (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\runtime.js:221:12)
at Object.<anonymous> (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\helpers\if.js:17:22)
at eval (eval at createFunctionContext (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), <anonymous>:6:32)
at prog (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\runtime.js:221:12)
at execIteration (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\helpers\each.js:51:19)
at Object.<anonymous> (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\helpers\each.js:61:13)
at eval (eval at createFunctionContext (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), <anonymous>:6:31)
at Object.prog [as fn] (C:\Users\nicky\Sites\wxp-studio\node_modules\@compodoc\compodoc\node_modules\handlebars\dist\cjs\handlebars\runtime.js:221:12)
description: undefined,
fileName: undefined,
lineNumber: undefined,
message: '"id" not defined in [object Object]',
name: 'Error',
number: undefined }
[16:53:07] Sorry, but there was a problem during parsing or generation of the documentation. Please fill an issue on github. (https://github.com/compodoc/compodoc/issues/new)
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.
lockbot
locked as resolved and limited conversation to collaborators
Sep 30, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the issue
Whenever I generate the docs, after some time it stops with an error thrown. The error:
Operating System, Node.js, npm, compodoc version(s)
Windows 10
Node 8.9.4
NPM 5.6.0
Compodoc 1.1.3
Angular CLI 6.0.3
Angular configuration, a
package.json
file in the root folderangular.json
:package.json
:tsconfig.app.json
Compodoc installed globally or locally ?
Locally
Motivation for or Use Case
It doesn't generate the documentation files.
Reproduce the error
Internal project so can't give a demo.
Related issues
None (at least I can't find them)
Suggest a Fix
Since the error gives no information about the file being processed I can't give a suggestion.
The text was updated successfully, but these errors were encountered: