I understand that using Homebrew is useful as some packages are necessary to be installed globally, but I don't understand the point in using Homebrew when you still have to install NPM at the local project directory level?
I need NVM, Gulp and NPM.
npm install --save-dev gulp
when you have already have NPM installed globally via Homebrew?