Estou tentando rodar npm run gulp build-img
Esta dando o erro abaixo :
projeto@1.0.0 gulp C:\Users\Helio\Downloads\Temp\Cursos\0 - GULP - AUTOMAÇÃO DE TAREFAS FRONT-END\Projeto gulp "build-img"
[22:57:55] No gulpfile found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! projeto@1.0.0 gulp: gulp "build-img"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the projeto@1.0.0 gulp script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Helio\AppData\Roaming\npm-cache_logs\2020-10-02T01_57_55_804Z-debug.log
Segui os passos
npm init npm install gulp@3.9.0 --save-dev npm install gulp-imagemin@2.3.0 --save-dev