cowsay : cowsay is a configurable talking cow. You can installing cowsay 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 cowsay $ sudo npm install -g cowsay
If want to update the cowsay package execute the command as below,
$ sudo npm update cowsay
Update package globally,
$ npm install -g cowsay
$ sudo git clone https://github.com/rektide/cowsay.git
$ sudo npm install -g ./cowsay
cowsay@1.2.1 /usr/lib/node_modules/cowsay
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cowsay
Package Name | cowsay |
Version | 1.2.1 |
Description | cowsay is a configurable talking cow |
Released Date | 2017-08-25T03:17:10.903Z |
Published by | piuccio |
How to Learn | https://www.npmjs.com/package/cowsay/tutorial |