fastlog : Stupid simple logging for Node.js.. You can installing fastlog 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 fastlog $ sudo npm install -g fastlog
If want to update the fastlog package execute the command as below,
$ sudo npm update fastlog
Update package globally,
$ npm install -g fastlog
$ sudo git clone https://github.com/rektide/fastlog.git
$ sudo npm install -g ./fastlog
fastlog@1.1.0 /usr/lib/node_modules/fastlog
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fastlog
Package Name | fastlog |
Version | 1.1.0 |
Description | Stupid simple logging for Node.js. |
Released Date | 2015-03-31T20:56:01.690Z |
Published by | willwhite |
How to Learn | https://www.npmjs.com/package/fastlog/tutorial |