rebuild
rebuild copied to clipboard
Package to rebuild native Node.js modules against the currently installed Electron version
This may be related to issues #151 and #178 . Given a -w CLI flag or extraModules: option, native code modules in submodules are not rebuilt. I am using Electron...
Electron-rebuild works great. Sometimes however I want to build my native addons in debug mode. With node-gyp we can pass the `--debug` argument on the command line. How we do...
electron version: 1.7.9 node version: from 7.9.0 to 8.7.0 I installed node-serialport and electron-rebuild but it don`t work. The error: electron-quick-start/node_modules/serialport/build/Release/serialport.node' was compiled against a different Node.js version using NODE_MODULE_VERSION...
C:\_DEV\_theProject (master) ([email protected]) λ npm update electron ``` > [email protected] postinstall C:\_DEV\_theProject\node_modules\electron > node install.js + [email protected] removed 2 packages and updated 1 package in 125.874s ``` C:\_DEV\_theProject (master) ([email protected])...
Updating electronjs/node to 2.2.3 (main)
Starting in the past week the Windows CI jobs are failing consistently, without an associated code change. cc @alicelovescake
The type hint for the promise was necessary, because TypeScript complained about the value of type `unknown` being passed to the fs function.
I rebuild an Electron app with arch armv7l for Raspberry Pi. The build is executed on a Linux amd64 system, what used to work well. For newer Electron versions (30...
npx electron-rebuild -f -w better-sqlite3 ```bash DEBUG=* npx electron-rebuild -f -w better-sqlite3 ⠋ Searching dependency tree electron-rebuild rebuilding with args: [Arguments] { '0': { buildPath: '/Volumes/code/pos', electronVersion: '30.0.0', arch: 'arm64',...
WIP