Gulp command not found after install

iluvpinkerton picture iluvpinkerton · Aug 2, 2014 · Viewed 113.5k times · Source

Answer

iluvpinkerton picture iluvpinkerton · Aug 4, 2014

Turns out that npm was installed in the wrong directory so I had to change the “npm config prefix” by running this code:

npm config set prefix /usr/local

Then I reinstalled gulp globally (with the -g param) and it worked properly.

This article is where I found the solution: http://webbb.be/blog/command-not-found-node-npm