NPM Configuration
See https://docs.npmjs.com/cli/v7/using-npm/config
Reduce the verbosity of messages when running npm
npm config set -g audit false
npm config set -g fund false
npm config set -g loglevel error
npm config set -g update-notifier false
If you are not picky about getting the latest indexes, this will make your environment faster
npm config set -g prefer-offline true