zap icon indicating copy to clipboard operation
zap copied to clipboard

Electron-builder Windows

Open ethanzhouyc opened this issue 2 years ago • 1 comments

Electron-builder does not work on Windows

ethanzhouyc avatar Jun 01 '23 14:06 ethanzhouyc

Also have this problem trying to run npm install --omit=dev. using --omit=dev because of not having Visual Studio 2017 running on my PC.

PS C:\ZAP\zap-master> npm install --omit=dev
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead

> [email protected] postinstall
> electron-builder install-app-deps && husky install && npm rebuild canvas --update-binary && npm run version-stamp

Der Befehl "electron-builder" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
npm ERR! code 1
npm ERR! path C:\ZAP\zap-master
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c electron-builder install-app-deps && husky install && npm rebuild canvas --update-binary && npm run version-stamp

npm ERR! A complete log of this run can be found in:
npm ERR!     ...\AppData\Local\npm-cache\_logs\2023-06-28T12_54_34_328Z-debug-0.log
PS C:\ZAP\zap-master>

Also see attach log file: 2023-06-28T12_54_34_328Z-debug-0.log

PhLuReh avatar Jun 28 '23 12:06 PhLuReh