I think the problem is that gulp expands the files under the symlink, clean deletes the symlink, the files under the symlink go away, then clean errors when trying to delete those files.
I'm not sure whether gulp should have an option to not follow symlinks, or clean should either figure it out or suppress errors.
I think the problem is that gulp expands the files under the symlink, clean deletes the symlink, the files under the symlink go away, then clean errors when trying to delete those files.
I'm not sure whether gulp should have an option to not follow symlinks, or clean should either figure it out or suppress errors.
(I also submitted this against gulp-rimraf)