moszeed / kindle-periodical

create a periodical .mobi, with kindlegen
42 stars 10 forks source link

Create directory before writing file in _writeFile #3

Closed qkevinto closed 6 years ago

qkevinto commented 8 years ago

Node seems to be throwing an ENOENT error when it tries to write files to the temp directory because it does not yet exist. Use mkdirp to create the directory before writing temporary files. Should fix #2.