What is fs-extra?
"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove."
fs-extra is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 55.5 KB on disk.
Installation Guide
# Install via NPM
npm install fs-extra
# Install via Yarn
yarn add fs-extra