quasar build error (Error: EBUSY: resource busy or locked, rmdir) #16406
Unanswered
vicman1200
asked this question in
General - Components / Directives / etc
Replies: 1 comment 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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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