electron-log : Just a very simple logging module for your Electron application. You can installing electron-log 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-log $ sudo npm install -g electron-log
If want to update the electron-log package execute the command as below,
$ sudo npm update electron-log
Update package globally,
$ npm install -g electron-log
$ sudo git clone https://github.com/rektide/electron-log.git
$ sudo npm install -g ./electron-log
electron-log@2.2.11 /usr/lib/node_modules/electron-log
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall electron-log
Package Name | electron-log |
Version | 2.2.11 |
Description | Just a very simple logging module for your Electron application |
Released Date | 2017-10-30T13:32:10.642Z |
Published by | megahertz |
How to Learn | https://www.npmjs.com/package/electron-log/tutorial |