-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Describe the bug
Whenever I try to use the command-line to generate docs for my project it throws the following error: [ERROR] Could not create export path
I run it like this: php vendor/bin/roster C:\xampp\htdocs\framework\classes
To Reproduce
Steps to reproduce the behavior:
- Open git-bash (Windows) in your root directory. In my case I want to generate documentation for the project
framework, so I open git-bash inframework. - I run it like this:
php vendor/bin/roster C:\xampp\htdocs\framework\classes(classes is basically thesrcfolder most people use for their classes etc.) - results in:
[ERROR] Could not create export path
Expected behavior
It will throw the following error: [ERROR] Could not create export path
PHP Version
8.0
Additional context
I do have permission within the directory.
I open my git-bash in the framework directory (which would be the root).
Reactions are currently unavailable