Install gulp on Mac OS
A quick guide to installing gulp on Mac OS.
Before installing, make sure Homebrew and Node.js. are installed. Then:
sudo npm install gulp-cli -g
If some modules are missing:
code: ‘MODULE_NOT_FOUND’,
Install them:
npm install gulp-concat –save-dev

Hey. You are on my site. I am a developer. Here I share my best practices and knowledge. Ask in the comments if you don’t understand something or write if you have something to add.