-
Notifications
You must be signed in to change notification settings - Fork 46
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 failed with AssertionError #34
Comments
Hi, I have this problem, too. Do you resolved it? Thanks. @ericluwj |
Try |
Maybe we should use gulp V3 instead of V4. Thank you. @ericluwj |
I had the same problem and resolved it as follows
After step 3, make sure you have both CLI and Local version as 3.9.1. If Local version is higher, then also I had the problem. I hope this helps. |
yes last both installation are needed, thank you! |
Thank you so much man, this solved my issue |
yaaayyy!!! it had to be exactly this steps |
v3 is deprecated. Here you are using the latest version but older code. |
Using the current package.json dependency setting
"gulp": ">=3.9.0",
version 4.0.0 ofgulp-cli
is automatically installed.Setting should be set such that only the version 3 of
gulp-cli
is installed instead.Error obtained with gulp v4:
The text was updated successfully, but these errors were encountered: