down due to deprecation of gulp-utils@3.0.8
See original GitHub issue- Laravel Mix Version: *
- Node Version (
node -9.3): - NPM Version (
npm -5.6): - OS: Debian
Description:
Hi Jeffrey, all versions of larave-mix are broken due to the deprecation of gulp-utils@3.0.8 here is the dependency tree that I come to know with laravel-mix laravel-mix > img-loader > imagemin-gifsicle > gifsicle > bin-build > download > gulp-decompress > gulp-util@3.0.8
Steps To Reproduce:
Here is the article by the author regarding the fix https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Should this issue be reopened and renamed to indicate the NPM Deprecation of deep-dependent gulp-util@3.0.8 via imagemin-gifsicle@5.2.0 and gulp-decompress@1.2.0 ?
There is a PR for gulp-decompress which is code-complete, but still pending deployment… https://github.com/kevva/gulp-decompress/pull/13
I solved downgrading node.js version to 7.10.0
Using version 9.7.1 resulted in EINTEGRITY and other errors. Don’t know if this answer is redundant, but I didn’t see the solution so posted a comment for others that will come in this thread