arosien commented on issue #855: URL: https://github.com/apache/daffodil-vscode/issues/855#issuecomment-1737765639
For the Windows failures, the message is > Error: EBUSY: resource busy or locked, rmdir A likely cause (from [SO](https://stackoverflow.com/questions/55212864/error-ebusy-resource-busy-or-locked-rmdir)) is > Another way you can trigger this error is if you are running an npm run [command] while cd'd into the directory that its altering. This happened to me where I closed every program and it didn't work, but realized I was inside the dist folder which needed to be removed and rebuilt. This triggered the Error: EBUSY: resource busy or locked, rmdir error in PowerShell and can be reproduced every time. We are likely cleaning up some directory during the tests while that directory is "being used". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
