Open ppanuccio opened 7 years ago
Could be related to similar errors others have with rimraf: https://github.com/isaacs/rimraf/issues/25 https://github.com/gruntjs/grunt-contrib-clean/issues/34 https://github.com/isaacs/rimraf/issues/72
Do you have anything that could be watching that directory? An explorer window open, virus scanners and Dropbox syncing are possible options mentioned in the linked issues.
Actually it seems there isn't anything that is watching the directory (apart of Intellij IDE open). If was the case...it should happen everytime...even after that I manually delete the directory. If I remove such directory and run clean/compile/run, the problem doesn't happen anymore.
I get the following error when I start the application (Windows 10 OS):
It seems the Build Hook can't remove the public/ui directory. If I manually delete such directory, make a clean/compile/run The angular build go further without error.
Somebody have experienced this issue?
Thanks.
Pasquale