반응형
ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
문제 해결
I had the same issue, I moved my app folder to the root of my hard-drive, and it worked. Electron-builder does not seem to be supporting non-ASCII characters in the path of an app.
빌드 실행명령을 하는 디렉토리 경로에 한글(non-ASCII)가 포함되어있었습니다.
영어로 변경후 정상 빌드 되었습니다.
반응형