It doesn't appear to be working for Node 6.1. I am getting this error:
ERROR in EISDIR: illegal operation on a directory, read
I see the same error but my node is v4.3.1.
In my case the problem was with the glob.
I have the same issue and am using a glob like so.
from: { glob: '**/*' }
What did you do to fix it?
Same problem here on 6.2.0. The error basically means that it tries to read something as a file, but it is actually a directory. It fails, when your glob patterns contains subdirectories. It works when reading a directory without subdirectories.
Definitely needs fixing.
This should be resolved in 3.0.1. Thanks for reporting!
Most helpful comment
This should be resolved in 3.0.1. Thanks for reporting!