Type: Documentation-only

    In future versions of Node.js, fs.rmdir(path, { recursive: true }) will throw on nonexistent paths, or when given a file as a target. Use fs.rm(path, { recursive: true, force: true }) instead.