[BUG] .documentation folder is not available error
See original GitHub issueI just installed compodoc and ran compodoc src -s
from the root of my Angular 5 project (it’s generated using Angular CLI). Got this error:
1.0.5
Node.js version : v8.1.3
Operating system : OS X El Capitan
[06:49:31] ./documentation/ folder doesn't exist
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to log a bug report against windows 10 mail app
Sign in with your account. ... Enter the title and details of the bug report. Make sure Problem is selected in the category...
Read more >Capture and read bug reports - Android Developers
A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app.
Read more >1679331 - messages.list(folder) throws unexpected error ...
This is fine, but I would use !folder instead of folder === null as the test, and have the error message say what...
Read more >How to Write A Good Bug Report? Tips and Tricks
Reporting a bug is nothing but a skill and in this tutorial we will explain how to achieve this skill. “The point of...
Read more >Bug Reporting - Apple Developer
Now with Feedback Assistant available on iPhone, iPad, Mac, and the web, it's easier to submit ... or notice errors or omissions in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is not correct:
compodoc -p src/tsconfig.json
This is correct:compodoc -p ./tsconfig.json
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.