yosay : Tell Yeoman what to say. You can installing yosay 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 yosay $ sudo npm install -g yosay
If want to update the yosay package execute the command as below,
$ sudo npm update yosay
Update package globally,
$ npm install -g yosay
$ sudo git clone https://github.com/rektide/yosay.git
$ sudo npm install -g ./yosay
yosay@2.0.1 /usr/lib/node_modules/yosay
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall yosay
| Package Name | yosay |
| Version | 2.0.1 |
| Description | Tell Yeoman what to say |
| Released Date | 2017-07-29T06:32:28.054Z |
| Published by | sboudrias |
| How to Learn | https://www.npmjs.com/package/yosay/tutorial |