gulp 실행시 he following tasks did not complete: default 에러메시지가 보인다면, 아래 소스를 gulpfile.js로 만든후 다시 실행해보세요.
const gulp = require('gulp');
gulp.task('default',async function() {
console.log('gulp start');
});
gulp
728x90
gulp 실행시 he following tasks did not complete: default 에러메시지가 보인다면, 아래 소스를 gulpfile.js로 만든후 다시 실행해보세요.
const gulp = require('gulp');
gulp.task('default',async function() {
console.log('gulp start');
});
gulp