papermill / mill

papermill CLI utility
http://code.papermill.in/mill
Other
3 stars 2 forks source link

no config file found #22

Open PaulDebus opened 9 years ago

PaulDebus commented 9 years ago

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.