prebuilt binaries for electron-v1.8-*
See original GitHub issueThis isn’t an issue so much as a feature request.
Prebuilt binaries (for v1.10.0) appear to be available for electron-v1.7-*
, but not for electron-v1.8-*
.
Is there any chance that binaries for electron v1.8 could be added?
Reason for asking is that the lack of binaries complicates CI for our electron app (more setup required and builds take much longer).
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Releases · electron/electron - GitHub
electron : Build cross-platform desktop apps with JavaScript, HTML, and CSS - Releases · electron/electron.
Read more >Advanced Installation Instructions | Electron
To install prebuilt Electron binaries, use npm. The preferred method is to install Electron as a development dependency in your app:
Read more >1.8.8 - electron - npm
To install prebuilt Electron binaries, use npm . The preferred method is to install Electron as a development dependency in your app:.
Read more >bundling precompiled binary into electron app - Stack Overflow
Did you change directory before ln -s ? – Jake. Jan 18, 2017 at 23:10. 1.
Read more >Options | electron-packager
Functions to be called after the prebuilt Electron binary has been ... Electron 1.8.0 and above; Windows: 6.0.8 and above; macOS: 11.0.0-beta.1 and...
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 Free
Top 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
Ah, sorry for not coming back here. During the build, we detected an issue with the packages, and filed a bug with node-pre-gyp: https://github.com/mapbox/node-pre-gyp/issues/356
Thank you so much, that works!