We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Information:
$ node --version v12.14.1 $ gulp -v CLI version: 2.2.0 Local version: 4.0.0
Description [email protected] does not recognize the default task since it uses parallel. This bug has been reported at gulpjs/gulp-cli#191 and has been fixed in [email protected].
[email protected]
default
parallel
The package.json file for this project should be updated to use ^4.0.2 of gulp -- 4.0.2 fixes another gulp bug.
package.json
^4.0.2
gulp
4.0.2
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Information:
Description
[email protected]
does not recognize thedefault
task since it usesparallel
. This bug has been reported at gulpjs/gulp-cli#191 and has been fixed in[email protected]
.The
package.json
file for this project should be updated to use^4.0.2
ofgulp
--4.0.2
fixes anothergulp
bug.The text was updated successfully, but these errors were encountered: