How to Install electron NPM Packages on Ubuntu / Debian

How to Install electron software package in NPM Packages

electron : Build cross platform desktop apps with JavaScript, HTML, and CSS. You can installing electron 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
$ sudo npm install -g electron

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

$ sudo npm update electron

Update package globally,

$ npm install -g electron

Git clone:

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

electron@1.7.9 /usr/lib/node_modules/electron

How to remove electron package :

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

$ sudo npm uninstall electron

Basic Information of electron NPM Package:

Package Name electron
Version 1.7.9
Description Build cross platform desktop apps with JavaScript, HTML, and CSS
Released Date 2017-10-10T21:03:29.608Z
Published by electron
How to Learn https://www.npmjs.com/package/electron/tutorial