mcfedr/gulp-unused-images

Installs "gutil" but uses "gulp-util" — Cannot find module 'gulp-util'

Closed this issue · 1 comments

jas commented

Your package.json references gutil but your code tries to import gulp-util:

This results in a Cannot find module 'gulp-util' error when trying to use the plugin.

jas commented