-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[email protected] breaks gulp scripts with vinyl issue "file.isSymbolic is not a function" #2065
Comments
If you are encountering this error, please see the blog post at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 With the release of vinyl-fs 3.0.1, we've added a temporary fix that converts old Vinyl objects to new ones required by vinyl-fs. If you are having this problem, please ensure you have the very latest vinyl-fs dependency. |
With the release of vinyl-fs 3.0.1, we've added a temporary fix that converts old Vinyl objects to new ones required by vinyl-fs. If you are having this problem, please ensure you have the very latest vinyl-fs dependency. |
Gulp updated their vinyl version to v3, and this break some gulp plugins. Closes foundation/foundation-sites#10816 See: gulpjs/gulp#2065
See: * foundation#76 (comment) * gulpjs/gulp#2065 (comment) `vinyl-fs` has been updated with a fix, and gulp#4.0 require it now.
gulp 4 has been published under the We're also making a lot of progress on the ecosystem migration thanks to @demurgos |
It seems that during this night the alpha.3 package was released of gulp. But when running typescript compiling using this, i get a stacktrace that states
TypeError: file.isSymbolic is not a function
The complete stacktrace for this is:
I install gulp using npm with the following configuration in package.json:
"gulp": "github:gulpjs/gulp#4.0"
Please post a sample of your gulpfile (preferably reduced to just the bit that's not working)
What version of gulp are you using?
Gulp 4.0 alpha 3
What versions of npm and node are you using?
npm version 3.10.10
node version v6.10.2
The text was updated successfully, but these errors were encountered: