You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gulp-util has been deprecated. When attempting to install gulp-hash-filename, the following message is displayed:
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
From what I can see in the codebase, you aren't actually using it. There are four locations where you import it, but then you never use the imported gutil variable.
The text was updated successfully, but these errors were encountered:
gulp-util
has been deprecated. When attempting to install gulp-hash-filename, the following message is displayed:From what I can see in the codebase, you aren't actually using it. There are four locations where you import it, but then you never use the imported
gutil
variable.The text was updated successfully, but these errors were encountered: