-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work (indexOf undefined) #22
Comments
@Uter1007 try to use the excluding filters and remove the node_modules/ folder. |
@svanbelleghem @Uter1007 Here try this:
|
Btw: thanks for the reply ;)
|
@svanbelleghem replace the
|
Do you mean the apidoc configfile which is written in json? |
What are the files that contain the documentation block on it? On the image that you attached I couldn't see any well-known structure for a project, so I need to know in order to help you out. |
|
@svanbelleghem ok, try this then |
Index.php is located on the root, not in vendor (excuses for the misunderstanding). But when I try
|
Ok, then try If you still getting the same error, it means that it is not finding the |
I'm really sorry but still getting the same error. But with cmd I can locate the file.
And when I run apidoc alone it runs smoothly. Do I need to specify some settings in apidoc.json or in my index.php besides the standart apidoc settings and annotations? |
Ok, so for some reason this |
@svanbelleghem |
Same problem when run Got these output Any update? |
still got the same error |
Same |
Open file see PR #57 |
@18819296186, you are right. In order to solve this problem: |
apidoc on it's own runs smoothly.
apidoc-swagger -i dist/ -o doc/
(node:10252) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
warn: parser plugin 'param' not found in block: 0
error: Cannot read property 'indexOf' of undefined
The text was updated successfully, but these errors were encountered: