You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: