Skip to content
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

No prebuilt binaries for electron/node #35

Open
itapai opened this issue Aug 12, 2020 · 0 comments
Open

No prebuilt binaries for electron/node #35

itapai opened this issue Aug 12, 2020 · 0 comments

Comments

@itapai
Copy link

itapai commented Aug 12, 2020

Trying to use this module with electron . The electron-builder cannot find the correct binaries.

  • electron-builder  version=22.8.0
  • rebuilding native dependencies  dependencies=process-list@2.0.0 platform=linux arch=x64
  • install prebuilt binary  name=process-list version=2.0.0 platform=linux arch=x64
  • build native dependency from sources  name=process-list
                                          version=2.0.0
                                          platform=linux
                                          arch=x64
                                          reason=prebuild-install failed with error (run with env DEBUG=electron-builder to get more information)
                                          error=prebuild-install info begin Prebuild-install version 5.3.5
    prebuild-install WARN install prebuilt binaries enforced with --force!
    prebuild-install WARN install prebuilt binaries may be out of date!
    prebuild-install info looking for cached prebuild @ /home/itapai/.npm/_prebuilds/312b34-process-list-v2.0.0-electron-v80-linux-x64.tar.gz
    prebuild-install http request GET https://github.com/reklatsmasters/node-process-list/releases/download/v2.0.0/process-list-v2.0.0-electron-v80-linux-x64.tar.gz
    prebuild-install http 404 https://github.com/reklatsmasters/node-process-list/releases/download/v2.0.0/process-list-v2.0.0-electron-v80-linux-x64.tar.gz
    prebuild-install WARN install No prebuilt binaries found (target=9.2.0 runtime=electron arch=x64 libc= platform=linux)

It tried to build them itself, but it's failing on my machine.
error_log.txt

Electron version: 9.2.0
Node version: 14.7.0

Could you build and release them?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant