-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
rimraf doesn't work to remove grunt-contrib-imagemin #74
Comments
+1. rimraf D:\projects\HTMLACADEMY_advanced-intensive\barbershop\node_modules win 7 64 |
+1 same error on multiple instances for the same win 7 64 |
The problem is that the retry mechanisms that should handle this problem is not implemented in the sync version of the command. When starting a REPL node session and invoking rimraf the folder is deleted. [edit] |
Yeah, you can't very well retry a sync operation after a bit of a wait. Perhaps the |
I had the same problem, but it got fixed as soon as I closed one instance of git bash. Both instances were opened in the same folder. |
Hi.
CMD:
![win-cmd](https://cloud.githubusercontent.com/assets/599674/7935976/95f64e3e-090b-11e5-93c7-b0b7902fb3a3.png)
PowerShell:
![win-shell](https://cloud.githubusercontent.com/assets/599674/7935977/9ee739a4-090b-11e5-9dd2-d80528d00a6d.png)
The text was updated successfully, but these errors were encountered: