winston : A multi-transport async logging library for Node.js. You can installing winston 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 winston $ sudo npm install -g winston
If want to update the winston package execute the command as below,
$ sudo npm update winston
Update package globally,
$ npm install -g winston
$ sudo git clone https://github.com/rektide/winston.git
$ sudo npm install -g ./winston
winston@2.4.0 /usr/lib/node_modules/winston
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall winston
| Package Name | winston |
| Version | 2.4.0 |
| Description | A multi-transport async logging library for Node.js |
| Released Date | 2017-10-02T04:59:14.456Z |
| Published by | indexzero |
| How to Learn | https://www.npmjs.com/package/winston/tutorial |