Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
trivikr opened this issue Aug 18, 2024 · 0 comments
Closed

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

trivikr opened this issue Aug 18, 2024 · 0 comments

Comments

@trivikr
Copy link

trivikr commented Aug 18, 2024

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 })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants