Skip to content
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

Error: Error reading input: ENOENT: no such file or directory, open 'matches.apib' #3

Open
herenickname opened this issue Jan 17, 2019 · 4 comments

Comments

@herenickname
Copy link

const express = require('express')()

require('express-aglio')(express, {
source: __dirname + '/source',
output: __dirname + '/html',
watch: false,
expose: true,
uri: '/'
})
express.listen(5050)

@herenickname
Copy link
Author

image

@herenickname
Copy link
Author

node docs.js

{ source: '/Users/ekifox/Documents/vgomx/docs/source',
output: '/Users/ekifox/Documents/vgomx/docs/html',
watch: false,
expose: true,
uri: '/',
debug: true,
log: [Function: log],
aglioOptions: {},
serveDir: '/Users/ekifox/Documents/vgomx/docs/html' }
express-aglio: error building doc from source file matches.apib

express-aglio: aglio error details

{ [Error: Error reading input: ENOENT: no such file or directory, open 'matches.apib']
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'matches.apib' }
express-aglio: error building docs; some docs did not compile successfully.
express-aglio: built docs(startup)

@r3wt
Copy link
Owner

r3wt commented Jan 12, 2020

@ekifox I am sorry for just now getting to this, for some reason i am not receiving alert emails from github on issues. I wonder did you ever solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@herenickname @r3wt and others