rebuild icon indicating copy to clipboard operation
rebuild copied to clipboard

Package to rebuild native Node.js modules against the currently installed Electron version

Results 100 rebuild issues
Sort by recently updated
recently updated
newest added

**Environment details** OS:Mac os OS version:11.4 node-pty version:0.10.1 electron version: 19.0.9 node version: 16.16.0 electron-rebuild: 3.2.8 I rebuild node-pty by electron-rebuild package,it rebuilds successful.But when I run this project, I...

On Mac, `electron-rebuild -v 18.0.0` is OK. On Windows, `electron-rebuild -v 17.0.0` will success, but `electron-rebuild -v 18.0.0` will get errors: ``` Building module: tutor-mupdf-addon, Completed: 0 c:\users\feixiang\.electron-gyp\18.0.0\include\node\v8-traced-handle.h(240): error C2061:...

Hello, I'm currently trying to recompile the binaries for serialport to work with electron. I have gotten to the point of being able to successfully run `node-gyp configure` and `node-gyp...

electron-rebuild: 3.2.7 Electron-Builder Version: 22.14.13 Node Version: v14.18.1 Electron Version: 17.1.0 Electron Type (current, beta, nightly): current Target: windows ``` • executing electron-rebuild electron=17.1.0 platform=windows arch=x64 appDir=D:\app\dist ⨯ Could not...

electron: v13.1.2 node: v14.16.1 electron-rebuild: v3.2.2 The dependency package can be compiled and run with node 14, after I use electron-rebuild to rebuild it and run with electron, I got...

I'm having a weird issue when adding bufferutil(4.0) to an electron project that runs electron-rebuild(3.2.3) throws this error where it's trying to move a lipo file to a nonexistent directory....

Hi team, I am getting below issue while running electron rebuild command. Can any one take a look at this and help me out to figure out the issue? **Operating...

For example, `usb` 1.9.1 contains the following prebuilds: ``` prebuilds/android-arm/node.napi.armv7.node prebuilds/android-arm64/node.napi.armv8.node prebuilds/darwin-x64+arm64/node.napi.node prebuilds/linux-arm/node.napi.armv6.node prebuilds/linux-arm/node.napi.armv7.node prebuilds/linux-arm64/node.napi.armv8.node prebuilds/linux-ia32/node.napi.node prebuilds/linux-x64/node.napi.glibc.node prebuilds/linux-x64/node.napi.musl.node prebuilds/win32-ia32/node.napi.node prebuilds/win32-x64/node.napi.node ``` Note that the `linux-x64` prebuilds contain an extra `glibc`...

My addon use function from STL,I want to run it in electron. so I need to rebuild it with libc++. Here is how I use: ``` electron-rebuild -f --use-electron-clang true...

# Version * node = 14.16.1 * npm = 6.14.12 * windows-build-tools = 5.2.2 (I installed it with the command "npm install --vs2015 --global windows-build-tools") * electron = 13.1.4 *...