w0rm/gulp-svgstore

gulp4 alpha.3

jonnitto opened this issue · 3 comments

If I run your plugin with gulp4 I got following error: file.isSymbolic is not a function It has to do with vinyl-fs version 3

@jonnitto this is happening because gulp4 alpha.3 does not support vinyl ^2.0 you might need to upgrade to vinyl ^2.1 also STOP using gulp-util - check - gulpjs/gulp#2065

@saki007ster yep, this is using an insanely old Vinyl. It needs to stop using gulp-util (now deprecated) and use vinyl directly.

w0rm commented

@phated if I update the plugin to use the latest vinyl, will this still work with the old gulp?