What is normalize-path?
"Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled."
normalize-path is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 9.0 KB on disk.
Installation Guide
# Install via NPM
npm install normalize-path
# Install via Yarn
yarn add normalize-path