Skip to content
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

fix gulp serve error #69

Merged
merged 1 commit into from
Apr 9, 2020
Merged

fix gulp serve error #69

merged 1 commit into from
Apr 9, 2020

Conversation

after12am
Copy link
Owner

@after12am after12am commented Apr 9, 2020

% $(npm bin)/gulp serve
[21:03:46] Using gulpfile ~/Desktop/eisenscript/gulpfile.js
[21:03:46] Starting 'serve'...
[21:03:46] 'serve' errored after 26 ms
[21:03:46] Error: watching src/**/*: watch task has to be a function (optionally generated by using gulp.parallel or gulp.series)
    at Gulp.watch (/Users/satoshi/Desktop/eisenscript/node_modules/gulp/index.js:28:11)
    at gulp.task (/Users/satoshi/Desktop/eisenscript/gulpfile.js:56:8)
    at taskWrapper (/Users/satoshi/Desktop/eisenscript/node_modules/undertaker/lib/set-task.js:13:15)
    at bound (domain.js:395:14)
    at runBound (domain.js:408:12)
    at asyncRunner (/Users/satoshi/Desktop/eisenscript/node_modules/async-done/index.js:55:18)

% $(npm bin)/gulp serve
[21:03:46] Using gulpfile ~/Desktop/eisenscript/gulpfile.js
[21:03:46] Starting 'serve'...
[21:03:46] 'serve' errored after 26 ms
[21:03:46] Error: watching src/**/*: watch task has to be a function (optionally generated by using gulp.parallel or gulp.series)
    at Gulp.watch (/Users/satoshi/Desktop/eisenscript/node_modules/gulp/index.js:28:11)
    at gulp.task (/Users/satoshi/Desktop/eisenscript/gulpfile.js:56:8)
    at taskWrapper (/Users/satoshi/Desktop/eisenscript/node_modules/undertaker/lib/set-task.js:13:15)
    at bound (domain.js:395:14)
    at runBound (domain.js:408:12)
    at asyncRunner (/Users/satoshi/Desktop/eisenscript/node_modules/async-done/index.js:55:18)
@after12am after12am merged commit 3a0e8e3 into master Apr 9, 2020
@after12am after12am deleted the fix/gulp-error branch April 9, 2020 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant