Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp4 alpha.3 #87

Closed
jonnitto opened this issue Dec 22, 2017 · 3 comments
Closed

gulp4 alpha.3 #87

jonnitto opened this issue Dec 22, 2017 · 3 comments

Comments

@jonnitto
Copy link

jonnitto commented Dec 22, 2017

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

@saki007ster
Copy link

saki007ster commented Dec 23, 2017

@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

@phated
Copy link

phated commented Dec 23, 2017

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

@w0rm
Copy link
Owner

w0rm commented Dec 30, 2017

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

@w0rm w0rm mentioned this issue Dec 31, 2017
@w0rm w0rm closed this as completed in #88 Dec 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants