-
Notifications
You must be signed in to change notification settings - Fork 16
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] rimraf
#60
Comments
|
In my opinion, it doesn't matter which package is at fault. At the end of the day, all that matters is that installing |
Does Nolyfill do a compatibility check? With Node.js supporting Could also look into tackling #59 for when ESM-CJS sync interop becomes stable |
For the record, they will not be dropping |
In Node.js v14.14.0,
fs.rm
andfs.rmSync
was added. It's a built-in module that removes files and directories. Therecursive
option is used to remove directories and their contents.rimraf
is still WIDELY used, for no apparent reason.Each copy takes a whopping 3.38 MB.
The text was updated successfully, but these errors were encountered: