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 96 rebuild issues
Sort by recently updated
recently updated
newest added

`electron-rebuild` only supports building the packages that use either `node-gyp` or `prebuild`. It is rather limited. I was researching the electron infrastructure, and it seems like there are things that...

I'm trying to execute electron-rebuild but I get the following error: ``` gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1 ``` I have tried...

I have installed ref and ffi modules. error occured while run electron-rebuild. I want to packager a 32 bit app by electron for the 32 bit systems. What I have...

electron: 6.0.0 electron-rebuild: 1.8.5 sqlite3: 4.0.9 After running `electron-rebuild`, I will get the following error when I try to launch Electron: ```sh App threw an error during load Error: Cannot...

I'm publishing a library (https://github.com/journeyapps/node-sqlcipher), that uses `node-pre-gyp` to publish pre-built binaries for various node and electron versions. However, `electron-rebuild` still seems to build from source. Is there a guide...

when ever i am trying to rebuild caslabs electron with native modules it giving error 404 file found, By default it is point to electron public repository , after that...

Currently `electron-rebuild` uses a single `node-gyp` job (the default) so it can only use a single core. With multi-core systems (should be almost all these days) this leaves a lot...

Hi, I have been trying to build an extension for VS Code that involves communicating to IBM Db2 database. I was trying to use [ibm_db ](https://github.com/ibmdb/node-ibm_db) module as the driver...

Because I am not able to access the `atom.io` directly, I must specify the `dist-url` by myself, but this work is dreadful and it's hard to add this option when...

On Windows we got: ``` yarn run v1.13.0 $ C:\projects\emerald-wallet\node_modules\@emeraldwallet\desktop\node_modules\.bin\electron-rebuild module.js:550 throw err; ^ Error: Cannot find module 'C:\projects\emerald-wallet\node_modules\node_modules\electron-rebuild\lib\src\cli.js' at Function.Module._resolveFilename (module.js:548:15) at Function.Module._load (module.js:475:25) at Function.Module.runMain (module.js:694:10) at startup...