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
Done, without errors.
Fatal error: ENOENT, no such file or directory 'c:\Users\j***\tmp'
File "tmp" deleted.
// watch task will now restart from beginning
It's weird that the error is thrown but then the next message is that the directory was deleted. After this block gets printed, the watch task will simply start over again. NOTE: This error doesn't get thrown all the time, it's seemingly random.
Anyone else experiencing these problems? I'm developing on Windows 7 and that seems to be a common problem with grunt-contrib-clean but I was hoping I could add some code in my clean task to ensure this error doesn't get thrown.
The text was updated successfully, but these errors were encountered:
I have a very simple clean task.
I then run this watch task.
Here is a sporadic error I get:
It's weird that the error is thrown but then the next message is that the directory was deleted. After this block gets printed, the
watch
task will simply start over again. NOTE: This error doesn't get thrown all the time, it's seemingly random.Anyone else experiencing these problems? I'm developing on Windows 7 and that seems to be a common problem with
grunt-contrib-clean
but I was hoping I could add some code in myclean
task to ensure this error doesn't get thrown.The text was updated successfully, but these errors were encountered: