How to Install electron-rebuild NPM Packages on Ubuntu / Debian

How to Install electron-rebuild software package in NPM Packages

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

Git clone:

$ 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

How to remove electron-rebuild package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall electron-rebuild

Basic Information of electron-rebuild NPM Package:

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