log4js : Port of Log4js to work with node.. You can installing log4js 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 log4js $ sudo npm install -g log4js
If want to update the log4js package execute the command as below,
$ sudo npm update log4js
Update package globally,
$ npm install -g log4js
$ sudo git clone https://github.com/rektide/log4js.git
$ sudo npm install -g ./log4js
log4js@2.3.12 /usr/lib/node_modules/log4js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall log4js
Package Name | log4js |
Version | 2.3.12 |
Description | Port of Log4js to work with node. |
Released Date | 2017-11-13T02:48:08.295Z |
Published by | csausdev |
How to Learn | https://www.npmjs.com/package/log4js/tutorial |