dmy / elm-doc-preview

Elm offline documentation previewer
https://www.npmjs.com/package/elm-doc-preview
Other
126 stars 15 forks source link

Error: ENOENT: no such file or directory, mkdir ... when building application doc #25

Closed rlefevre closed 5 years ago

rlefevre commented 5 years ago

Building applications documentation with nodejs < 12.x can fail with the following error:

Error: ENOENT: no such file or directory, mkdir ...

This is due to mkdirSync not supporting the recursive: true option in nodejs versions < 12.x.