question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest electron-builder fails to install in empty project

See original GitHub issue

electron-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:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
karanbirsinghcommented, Feb 11, 2020

yarn issue here: https://github.com/yarnpkg/yarn/issues/7902 (another instance of starting-with-digit)

0reactions
timfishcommented, Feb 11, 2020

I’ll close this for now then as it doesn’t look like it’s an electron-builder issue

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found