After installing gulp.js via npm, I receive a no command \'gulp\' found error when running the gulp command from the same directory it was installe
no command \'gulp\' found
gulp
I actually have the same issue.
This link is probably my best guess:
nodejs vs node on ubuntu 12.04
I did that to resolve my problem:
sudo apt-get --purge remove node sudo apt-get --purge remove nodejs sudo apt-get install nodejs sudo ln -s /usr/bin/nodejs /usr/bin/node