Local gulp not found (Try running: npm install gulp)

Try running npm link gulp in your application directory (to create a local link to the globally installed Gulp module).


Try installing your dependencies first:

npm install

If still does not work, install gulp globally:

npm install -g gulp

if you find problems installing it. type sudo before npm.

In case you need more info about why you need gulp globally and locally read this answer