electron-builder : A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with ?auto update? support out of the box. You can installing electron-builder 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-builder $ sudo npm install -g electron-builder
If want to update the electron-builder package execute the command as below,
$ sudo npm update electron-builder
Update package globally,
$ npm install -g electron-builder
$ sudo git clone https://github.com/rektide/electron-builder.git
$ sudo npm install -g ./electron-builder
electron-builder@19.46.4 /usr/lib/node_modules/electron-builder
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall electron-builder
Package Name | electron-builder |
Version | 19.46.4 |
Description | A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with ?auto update? support out of the box |
Released Date | 2017-11-22T16:58:57.297Z |
Published by | develar |
How to Learn | https://www.npmjs.com/package/electron-builder/tutorial |