기타 2023. 7. 19.
[Quasar + Electron] 빌드 시 Error: EBUSY: resource busy or locked, unlink... 에러 해결 방법
🚨 상황 $ quasar build -m electron 위 명령어로 퀘이사로 일렉트론 빌드를 하려고 하였으나 아래와 같은 오류가 뜨며 빌드가 중단됨. Error: EBUSY: resource busy or locked, unlink 'nsis 압축 파일 경로' UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "undefined". 버전 업을 위해 빌드를 하는 것이라..