prebuild-install icon indicating copy to clipboard operation
prebuild-install copied to clipboard

Minimal install client for prebuilds.

Results 25 prebuild-install issues
Sort by recently updated
recently updated
newest added

# Context - Hosting of binary on custom host - Package with working mirroring migrated from node-pre-gyp to prebuild-install - Migration did not change host - https://github.com/prebuild/prebuild-install/blob/8250adf958fcec6fb3ddfcd7dd5ceb0e0e29e419/util.js#L46-L60 # Issue Even...

Hey there, I am using **node-gyp** and **prebuild-install** to build native node modules for an Electron application. The repos of the dependencies don't have the versions prebuilt that I need,...

Would you want to want to switch to maintained forks like [run-con](https://www.npmjs.com/package/run-con)?

pull request welcome

When setting download location with --download option, https URLs with self-signed certificates can not be accessed failing with the following error. prebuild-install WARN install unable to verify the first certificate...

enhancement
good first issue

I'd like to test if the download works. With `node-pre-gyp` I was able to install the package like so and ensure it downloaded and not built. ``` npm install serialport@beta...

enhancement
discussion

By using `prebuild-install` I've found mostly is the only one dependency I need, except when it can resolve to a prebuild image and needs to be compiled, for example `nan`...

If there is already a `.node` file, and it is an hard-link, `prebuild-install` will mutate the contents of the hard-linked file instead of replacing it with a new file. This...

`npm install --platform-arch=arm64` will set `npm_config_platform_arch=arm64` which is respected by `node-gyp` and `install-artifact-from-github`. So `prebuild-install` should respect this too. Currently i need to set `npm_config_arch` and `npm_config_platform_arch`.