Closed manchuck closed 5 years ago
@manchuck That result is different from what I ran now. Please upgrade gulp's version.
$ gulp --tasks
[13:35:43] Tasks for ~/proj/gulpfile.js
[13:35:43] ├─┬ default
[13:35:43] │ └─┬ <series>
[13:35:43] │ ├── taskOne
[13:35:43] │ ├── taskTwo
[13:35:43] │ └── taskThree
[13:35:43] ├── taskOne
[13:35:43] ├── taskTwo
[13:35:43] ├── taskThree
[13:35:43] └─┬ fizz
[13:35:43] └─┬ <series>
[13:35:43] ├── taskTwo
[13:35:43] └── taskThree
$ gulp --version
CLI version: 2.2.0
Local version: 4.0.2
As @sttk stated, you need to upgrade gulp to 4.0.2 because a bug was found and fixed.
Given the following gulpfile:
When running
gulp --tasks
, the fizz task is missing from the list:Version