В общем у меня проблема с плагином gulp-file-include. Я скачал плагин npm
i -D gulp-file-include импортировал потом я точно не знаю вроде как привязал через .pipe но при запуске выдает ошибку ниже.
[19:33:12] Using gulpfile ~\OneDrive\Рабочий стол\gulp\gulpfile.js
[19:33:12] Starting 'default'...
[19:33:12] Starting 'reset'...
[19:33:12] Finished 'reset' after 24 ms
[19:33:12] Starting 'copy'...
[19:33:12] Starting 'html'...
[19:33:13] Finished 'copy' after 75 ms
[19:33:13] 'html' errored after 105 ms
[19:33:13] Error in plugin "gulp-file-include"
Message:
ENOENT: no such file or directory, open 'C:\Users\gorla\OneDrive\Рабочий стол\gulp\src\,{
'
Details:
domainEmitter: [object Object]
domainThrown: false
[19:33:13] 'default' errored after 168 ms
import fileinclude from 'gulp-file-include';
export const html = () => {
return app.gulp.src(app.path.src.html)
.pipe(fileinclude())
.pipe(app.gulp.dest(app.path.build.html))
}
СРОЧНО ПОЖАЛУЙСТА ПОМОГИТЕ