electron-rebuild : Electron supporting package to rebuild native node modules against the currently installed electron. You can installing electron-rebuild npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install electron-rebuild $ sudo npm install -g electron-rebuild
If want to update the electron-rebuild package execute the command as below,
$ sudo npm update electron-rebuild
Update package globally,
$ npm install -g electron-rebuild
$ sudo git clone https://github.com/rektide/electron-rebuild.git
$ sudo npm install -g ./electron-rebuild
electron-rebuild@1.6.0 /usr/lib/node_modules/electron-rebuild
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall electron-rebuild
Package Name | electron-rebuild |
Version | 1.6.0 |
Description | Electron supporting package to rebuild native node modules against the currently installed electron |
Released Date | 2017-07-30T02:53:33.512Z |
Published by | marshallofsound |
How to Learn | https://www.npmjs.com/package/electron-rebuild/tutorial |