compodoc: [BUG]: Fails before generating documentation, error: RESOLVED
[BUG]: A picture speaks more, so when the doc generation process is about to complete it ends in an error which I can’t understand because it isn’t pointing to any file. Please help out.
Overview of the issue
Operating System, Node.js, npm, compodoc version(s)
Angular configuration, a package.json
file in the root folder
Compodoc installed globally or locally ?
If possible sourcecode of the file where it breaks
If possible your terminal logs before the error
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 18 (7 by maintainers)
Commits related to this issue
- fix(deps): jsdoc param comment for accessor fix #735 — committed to compodoc/compodoc by vogloblinsky 5 years ago
- fix(deps): jsdoc param comment for accessor fix #735 — committed to compodoc/compodoc by vogloblinsky 5 years ago
Thanks, @vogloblinsky 🌮 🕺 🎉 😃 you made my Friday man, Happiness all over!
@nikhilknoldus yes fixed in 1.1.9
@nikhilknoldus I guess it has been released in v1.1.9
Cool, task is a model in this codebase, which is getting used in multiple places, application nowhere breaks because of task but I am unable to understand what is the cause compodoc is breaking here. What I should do, I tried
typedoc
andAngularDoc
but they aren’t competingcompodoc
I needcompodoc
to work.