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

no config file found #22

Open
PaulDebus opened this issue Jun 18, 2015 · 0 comments
Open

no config file found #22

PaulDebus opened this issue Jun 18, 2015 · 0 comments

Comments

@PaulDebus
Copy link

I try running mill on Fedora 22 but I run into issues. mill output debug gives me:

error:   [Error: No config file found!] undefined
info:    papermill NOT OK

After looking into the code, an idea I have is that line 76 in mill-cli.js should more be like:
app.config.file({ file: path.join(__dirname, 'test-config.json') }); (I mean the { } before file and after the path)
like in https://github.com/flatiron/cli-config/blob/master/examples/app.js#L10

Anyway I wil gladly try to help you fixing this.

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

1 participant