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.
Node core has added an experimental
recursiveoption tofs.rmdirin 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.