Installing Gulp

A Walkthrough of Udacity Part 3, Lesson 16

The course links you to the official Getting Started docs here. I will walk you through it.

Note: When running npm commands on the terminal on a Mac, you may start getting permissions errors which require you to precede your commands with sudo sudo npm install --global gulp-cli for example. This is one way to do it. Many people are uncomfortable with this, for one reason or another (there are a ton of blog posts about it). I recommend checking out this StackOverflow post which gives you a few options to fix this..

Installing Gulp Step by Step