반응형
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)가 포함되어있었습니다.
영어로 변경후 정상 빌드 되었습니다.
ERR_ELECTRON_BUILDER_CANNOT_EXECUTE · Issue #5134 · electron-userland/electron-builder
I come to you because after several days of research I did not manage to correct this problem, when i try to create an nsis installer. you will find attached my json file is the error. if anyone ha...
github.com
반응형