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
I run into error with gulp 4.
TypeError: file.pipe is not a function (gulp-hash\index.js:30:20)
Solution: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
The text was updated successfully, but these errors were encountered:
Who is facing same or this issue Here is some details: Looks like this commit broke it gulpjs/gulp@99bdc9e
How to fix: Rollback to gulp@4.0.0-alpha.2 Install npm i -D gulpjs/gulp#6d71a658c61edb3090221579d8f97dbe086ba2ed
gulp@4.0.0-alpha.2
npm i -D gulpjs/gulp#6d71a658c61edb3090221579d8f97dbe086ba2ed
Sorry, something went wrong.
Thanks, I'll look into this
Fixed by #27
Dragory
No branches or pull requests
I run into error with gulp 4.
Solution:
https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
The text was updated successfully, but these errors were encountered: