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
in my case there was only on issue, just put "gulp":"gulp" in the script portion, of package.json, and then use command npm run gulp.