gulp: command not found

Print this article
Font size -16+
After some hours of searching I found the fix and explanation here:
http://blog.dwaynecrooks.com/post/110903139442/why-do-we-need-to-install-gulp-globally-and
# Step 1
npm install -g gulp
# Step 2
npm install –save-dev gulp
# …