Skip to content

Replace mkdirp with fs.mkdirSync(path, { recursive: true }) #618

@trivikr

Description

@trivikr

Is your feature request related to a problem? Please describe.

The mkdirp.sync utility is used in

mkdirp.sync(dirname(outputPath))

Node.js fs.mkdirSync added recursive option in Node.js v10.12.0 published on Oct 10, 2018.

The mkdirp currently uses these native APIs:

Describe the solution you'd like

Replace mkdirp with fs.mkdirSync(path, { recursive: true })

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions