output dir error
See original GitHub issueWhen I try to run typeof on OSX I get the following error:
Error: The output directory “/Users/peter/Development/cats/api_doc” exists but does not seem to be a documentation generated by TypeDoc. Make sure this is the right target directory, delete the folder and rerun TypeDoc. Documentation generated at /Users/peter/Development/cats/api_doc
The directory stays empty and I tried removing the directory before running typed, but made no difference. I used the following command:
./node_modules/.bin/typedoc --target es5 --out api_doc/ src/
Issue Analytics
- State:
- Created 9 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Error: no such option: --o-output-dir - Technical Support
Hi there, I'm trying to run my alpha/beta diversity analysis using core-metrics-phylogenetic command. Here is my script: qiime diversity ...
Read more >MapReduceIndexerTool output dir error "Cannot write ...
It states 'cannot write parent of file'. And the parent in your case is / . Take a look into the source:
Read more >About Spades output dir error
Hello When i run spades command == Error == the output_dir is not set this error appears, Please guide how to set out...
Read more >Output Hub Error: Chosen Installation Folder Is Not Writable
What causes this error. This error occurs when attempting to install a product to a file path with heightened system permissions.
Read more >Create error to default output folder (on Mac Monterey)
I could save the files where I liked. In version 1.95, the conversions attempt to go to the file folder specified in output...
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 Free
Top 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
Hi Panayot, please see issue #132 describing the same issue. Next version should contain the command line switch
–disableOutputCheck
that allows you to bypass the cleaning of the output directory.That’s exactly what I was looking for. Thanks! 😍