-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prebuild binaries not being downloaded #1415
Comments
Well, |
Hmm, doing a npm rebuild runs the npm install command which is what that is, doesn't that have to run for prebuild to do its magic? Also, how can I confirm if the prebuilt binary exists? I'm not really seeing any relevant logging in this output. |
Here is the relevant release with binaries: https://github.com/notion/node-spellchecker/releases/tag/v3.3.3 |
You cannot do
Please ask
Hmm.... ABI version is 53, should be ok. I will check. Could you please share your project? |
Right, I was saying that when I manually ran When I removed this piece of code the build was able to continue without compiling but then the build failed entirely.
Unfortunately I cannot, it's a private repo. We are going to end up building the apps on each target OS. |
@develar Do you have a idea where I could look into to track down the exact issue? |
@lgeiger I will investigate soon. I have no idea (I will just debug step by step :) and will investigate how to get full debug log from prebuild). |
That's awesome! Thanks 👍 |
I just tried again with
I think I don't know what config.muonVersion || getElectronVersion(config, projectDir) |
@lgeiger Thanks, I have fixed this regression fixed in 16.8.1. |
@neurosnap node-spellchecker works for me now (16.8.1), could you please verify? |
@develar 16.8.1 definitely fixed the regression described above, but doesn't fix the original issue for me: https://travis-ci.org/lgeiger/nteract/jobs/220309476#L749 |
This logs the output of the rebuild process to help debug build failures like electron-userland#1415
Using #1450 I was able to debug this issue. I made a PR to @neurosnap As a workaround you can add |
This logs the output of the rebuild process to help debug build failures like #1415
This issue was fixed in |
It doesn't seem like electron-builder is attempting to use prebuild-install at all.
The text was updated successfully, but these errors were encountered: