Recursive Directory Removal in Node.js

Recursive directory removal has landed in Node.js v12.10.0!

This has been a long-standing feature request.  New Node.js developers often express incredulity  when they discover this particular “battery” isn’t included in Node.js.

Over the years, userland modules (rimraf, rmdir, del, fs-extra, etc.) have heroically provided

(continue reading)