What is cross-env?
"Run scripts that set and use environment variables across platforms"
cross-env is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 19.8 KB on disk.
Installation Guide
# Install via NPM
npm install cross-env
# Install via Yarn
yarn add cross-env