Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

gulputil deprecation #73

Open
naderabbara opened this issue Jan 3, 2018 · 6 comments
Open

gulputil deprecation #73

naderabbara opened this issue Jan 3, 2018 · 6 comments

Comments

@naderabbara
Copy link

naderabbara commented Jan 3, 2018

Gulputil was deprecated (I'm not sure when) so now npm kills the install process.

What do I do from here?

(Using nodejs 6)

@paulywill
Copy link
Member

@naderabbara can you please post some output or screenshots?

@paulywill
Copy link
Member

I was able to reproduce the error:

image

@paulywill
Copy link
Member

@naderabbara : according to article on Medium : https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
This is just a warning until they resolve the problem.

I think npm probably still installed.
Try to carry on this the installation instructions if you see these files:
node_modules
npm-debug.log

@joshghent
Copy link

Took a quick look at this and it is actually an issue with gulp-decompress plugin. It has an open PR to fix the issue which then in turn should trickle up the dependancy tree and fix the issue with image-webpack-loader which league-for-good uses.

Below is a quick screenshot of where gulp-util is currently used
screen shot 2018-01-03 at 22 51 36

@naderabbara
Copy link
Author

Thanks for the quick response all of you! I'll try to force update gulp-decompress using pieter's fork and report back tomorrow.

@naderabbara
Copy link
Author

Sorry for the delay, had to delay due to illness.

I couldn't force an update or install over gulp-decompress so instead I copied the changes myself. Starting from a fresh install of nodejs and installing gulp-decompress from pieter's fork works as well. You might receive the deprecation warning if you do so, however npm will complete the process without any issue.

For those with the same issue try either of the above. I'll keep this open until the PR committed.

ref kevva/gulp-decompress#13

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants