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 solved the issue removing gulp and installing gulp-cli again:
rm /usr/local/bin/gulp npm install -g gulp-cli