-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Labels
Milestone
Description
Node core has added an experimental recursive
option to fs.rmdir
in nodejs/node#29168; first released in v12.10.0.
Docs: https://nodejs.org/api/fs.html#fs_fs_rmdir_path_options_callback
I'm hesitant to use this as long as it's experimental in Node core, but just opening an issue to track this.
manidlou, JPeer264 and fregante