dmy / elm-doc-preview

Elm offline documentation previewer

Home Page:https://www.npmjs.com/package/elm-doc-preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rlefevre opened this issue · comments

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.