Closed qkevinto closed 6 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.
ENOENT
temp
mkdirp
Node seems to be throwing an
ENOENT
error when it tries to write files to thetemp
directory because it does not yet exist. Usemkdirp
to create the directory before writing temporary files. Should fix #2.