-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feature Request] mkdirp
#59
Comments
The On the other hand, the |
When added as a dependency to a certain package though, it's unlikely (impossible?) for it to be used as a CLI though. It's great that native APIs are preferred when possible. Still, 104 kB seems... excessive? |
But nolyfill CLI will always overwrite every copy of Besides, the main problem is that the https://www.npmjs.com/package/mkdirp?activeTab=code |
In Node.js v10.12.0,
recursive
option was added tofs.mkdir
andfs.mkdirSync
. This option allows you to create a directory and all its parent directories if they do not exist.mkdirp
is still WIDELY used, for no apparent reason.Each copy takes 104 kB.
The text was updated successfully, but these errors were encountered: