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

Gulp doesn't work #140

Open
giulialeonardi opened this issue Feb 22, 2019 · 0 comments
Open

Gulp doesn't work #140

giulialeonardi opened this issue Feb 22, 2019 · 0 comments

Comments

@giulialeonardi
Copy link

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?

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

No branches or pull requests

1 participant