-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Example not working #1
Comments
Hmm, what version of gulp are you using? Also, any info on other libs you're using, like My hunch is that the files are using an old version of vinyl. But I'm not sure yet. |
I've started a new project to be sure this issue is isolated. Contents of
And contents of
I've verified that I'm on the latest versions of Gulp (3.91), NPM (5.6.0), and Node (8.11.3). After running |
I modified the script to log the selected files to the console:
If I select two of the files, gulp-choose-files is returning them but as
So that explains the |
I'm having some trouble getting the example from the README to work. Here is what I have in
gulpfile.js
:When I run
gulp
I get the prompt to choose a file. But regardless of the file I choose there's an error:Any idea what's going on here?
The text was updated successfully, but these errors were encountered: