-
Notifications
You must be signed in to change notification settings - Fork 194
Prebuilt binaries #27
Comments
+1 The node-keytar package is really useful, and I greatly appreciate everyone's hard work to implement it! However, for our project enlistment instructions, it is pretty cumbersome for us ask every person on the team to install (a specific version of) the entire Python interpreter, and also Visual Studio, just so they can do "npm install" for keytar. It would be really great if keytar included prebuilt binaries like other NPM packages. Thanks! |
+1 |
Let's create PR here. @maxogden could you please assist or advice how to do it? |
@zcbenz @kevinsawicki maybe you guys can assist here? |
@egoroof please, stop comments like this, they doesn't make any sense. Read this letter https://github.com/dear-github/dear-github
|
Got this working for windows and osx: https://github.com/mongodb-js/node-keytar Trying to figure out why tests are failing on travis and then will publish up for linux as well. Help more than welcome. |
What's the status on this issue? Any prebuilt binaries for Windows, Mac, or Linux? |
I wonder if the new to node v8 |
@imlucas looks like you managed to fix travis test errors? |
PR: #67 Until PR is not merged, you can use If you use electron-builder — please use electron-builder 19.12.0 — 19.x version doesn't build deps from sources by default and force users to use prebuild binaries to be able to build Electron apps on any platform for any platform. Prebuilds published for node 6.11.0 / 8.1.3 and for Electron 1.6.11 / 1.7.4. |
Any news for this issus ? Why not merging this PR to allow us to use prebuilt binaries ? |
@develar Hi, is there a chance that you can publish binaries for node 7.X.0 (abi 51) ? |
@EugeneBakin I didn't it by intention — this version is not maintained anymore and you should use latest LTS. Well... if it is really required, I can publish, but are you sure? |
@develar Since node 7.9.0 is bundled with latest stable electron - we are using it also in development and testing environments. If you can do it - it would be helpful. Thank you for |
@EugeneBakin As far I see my commit was successful and https://github.com/electron-userland/electron-builder-binaries/releases/tag/v4.0.4 now has |
@develar Thanks a lot! |
Heya, we would love to use this in a CLI module, but don't wanna require users to compile any code to use it.
This week https://github.com/mafintosh/prebuild was written to automate the prebuilt binaries for leveldown, it would be sweet to hook it up to this
The text was updated successfully, but these errors were encountered: