electron-debug : Adds useful debug features to your Electron app. You can installing electron-debug 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-debug $ sudo npm install -g electron-debug
If want to update the electron-debug package execute the command as below,
$ sudo npm update electron-debug
Update package globally,
$ npm install -g electron-debug
$ sudo git clone https://github.com/rektide/electron-debug.git
$ sudo npm install -g ./electron-debug
electron-debug@1.4.0 /usr/lib/node_modules/electron-debug
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall electron-debug
Package Name | electron-debug |
Version | 1.4.0 |
Description | Adds useful debug features to your Electron app |
Released Date | 2017-08-05T12:24:45.479Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/electron-debug/tutorial |