-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to solve this ? #362
Comments
it's gulp related issue: gulpjs/gulp#2065 |
I had fixed up the above Please Help me for this I am getting this error again |
'use strict'; const del = require('del'); const logging = require('plylog'); const config = { const normalize = require('./gulp-tasks/normalize.js'); function build() {
}); function waitFor(stream) { function copyAndReload(file) { gulp.src(file).pipe(gulp.dest(dest)); browserSync.reload(); function reload(done) { function compileTemplate() { function prependPath(pre, to) { gulp.task('default', build); gulp.task('serve', gulp.series(compileTemplate, () => { gulp.watch([ gulp.watch([ |
Try to install gulp v4 https://github.com/gulpjs/gulp/releases/tag/v4.0.0 |
I m getting this error while hitting npm run build
The text was updated successfully, but these errors were encountered: