quasar build error (Error: EBUSY: resource busy or locked, rmdir) #16406
Replies: 2 comments 1 reply
-
I encountered a similar issue, though with my Electron build's Using File Locksmith, I found that the file was indeed still locked by VSCode. The issue was VSCode's debugger, which was attaching a debugger to the In my settings, I had: I fixed the issue by changing the filter to the less aggressive: The error message I got was:
|
Beta Was this translation helpful? Give feedback.
-
Empty yarn cache, delete lock node_modules → ok |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
today I tried to compile my Quasar project, which works very well when I use 'quasar dev.' However, suddenly, overnight, I started getting the error "EBUSY: resource busy or locked, rmdir '\?\C:\Users\atack\source\repos\mywebapp
This is happening both for
quasar clean
andquasar build
.And the folder is not in use by another process, nor is it set to read-only.
Any suggestions?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions