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
if still not resolved try adding this to your package.js scripts
package.js
"scripts": { "gulp": "gulp" },
and run npm run gulp it will runt gulp scripts from gulpfile.js
npm run gulp