You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var gulp = require('gulp');
gulp.task('default', function () {
console.log('I am about to learn the essentials of React.js');
});
I get the error shown below:
[15:59:40] Using gulpfile ~\source\repos\snapterest\gulpfile.js [15:59:40] Starting 'default'... I am about to learn the essentials of React.js
[15:59:40] The following tasks did not complete: default
[15:59:40] Did you forget to signal async completion?
The text was updated successfully, but these errors were encountered:
Using the following gulpfile.js file :
var gulp = require('gulp');
gulp.task('default', function () {
console.log('I am about to learn the essentials of React.js');
});
I get the error shown below:
[15:59:40] Using gulpfile ~\source\repos\snapterest\gulpfile.js [15:59:40] Starting 'default'... I am about to learn the essentials of React.js
[15:59:40] The following tasks did not complete: default
[15:59:40] Did you forget to signal async completion?
The text was updated successfully, but these errors were encountered: