-
Notifications
You must be signed in to change notification settings - Fork 52
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 isn't defined in ./lib/utils/bozon.js #21
Comments
Is it present in |
I mean you're using gulp variable without define it.. |
The requireLocal function returns a required instance of gulp. The function is defined it on line 37 of that file. Then he proceeds to use that instance. |
that is so not correct. while the apply function expects a "this argument", it cannot be inferred from the context it's called on. apply applies to functions not objects. |
Use version |
Missing requirement of gulp module in
./lib/utils/bozon.js
The text was updated successfully, but these errors were encountered: