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

How to Install electron-packager software package in NPM Packages

electron-packager : Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI. You can installing electron-packager 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-packager
$ sudo npm install -g electron-packager

If want to update the electron-packager package execute the command as below,

$ sudo npm update electron-packager

Update package globally,

$ npm install -g electron-packager

Git clone:

$ sudo  git clone https://github.com/rektide/electron-packager.git
$ sudo  npm install -g ./electron-packager

electron-packager@10.1.0 /usr/lib/node_modules/electron-packager

How to remove electron-packager package :

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

$ sudo npm uninstall electron-packager

Basic Information of electron-packager NPM Package:

Package Name electron-packager
Version 10.1.0
Description Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI
Released Date 2017-11-20T07:46:31.789Z
Published by malept
How to Learn https://www.npmjs.com/package/electron-packager/tutorial