Closed rlefevre closed 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.
mkdirSync
recursive: true
Building applications documentation with nodejs < 12.x can fail with the following error:
This is due to
mkdirSync
not supporting therecursive: true
option in nodejs versions < 12.x.