Latest electron-builder fails to install in empty project
See original GitHub issueelectron-builder
is currently failing to install in an empty project. I can’t work out if this is an issue with npm as the package looks like it’s available.
Windows:
> mkdir test
> cd test
> yarn init -y
> yarn add electron-builder
Results in:
error Couldn't find package "7zip-bin@~5.0.3" required by "builder-util@22.3.2" on the "npm" registry.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Win folder empty after install · Issue #6738 · electron-userland ...
I develop and build on MacBook M1 Pro, when i install app on Windows the shortcut is break, when i explore folder install...
Read more >Common Configuration - electron-builder
in the package.json file of your project using the build key on the top level: "build": { "appId": "com.example.app" } · or through...
Read more >Electron builder always showing white screen after packaging
Show activity on this post. I managed to fix it by just simply redoing the entire project. Don't know how it's been fixed,...
Read more >Quick Start | Electron
This guide will step you through the process of creating a barebones Hello World app in Electron, similar to electron/electron-quick-start.
Read more >Electron build error in windows - Zoom Developer Forum
npm install; npm run packager-win. Screenshots image. some guess. I have build mac in my own project so in build windows has ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yarn issue here: https://github.com/yarnpkg/yarn/issues/7902 (another instance of starting-with-digit)
I’ll close this for now then as it doesn’t look like it’s an electron-builder issue