这是我的 gulpfile.js
const gulp = require('gulp');
gulp.task('default', function () {
});
Run Code Online (Sandbox Code Playgroud)
我写gulp在我的终端和回应是..
[19:47:02] Using gulpfile D:\DEV64\LearningJS\gulpfile.js
[19:47:02] Starting 'default'...
[19:47:02] The following tasks did not complete: default
[19:47:02] Did you forget to signal async completion?
Run Code Online (Sandbox Code Playgroud)
我能做什么?