yo : CLI tool for running Yeoman generators. You can installing yo 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 yo $ sudo npm install -g yo
If want to update the yo package execute the command as below,
$ sudo npm update yo
Update package globally,
$ npm install -g yo
$ sudo git clone https://github.com/rektide/yo.git
$ sudo npm install -g ./yo
yo@2.0.0 /usr/lib/node_modules/yo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall yo
| Package Name | yo |
| Version | 2.0.0 |
| Description | CLI tool for running Yeoman generators |
| Released Date | 2017-06-07T14:16:37.947Z |
| Published by | sboudrias |
| How to Learn | https://www.npmjs.com/package/yo/tutorial |