How to Install yo NPM Packages on Ubuntu / Debian

How to Install yo software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/yo.git
$ sudo  npm install -g ./yo

yo@2.0.0 /usr/lib/node_modules/yo

How to remove yo package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall yo

Basic Information of yo NPM Package:

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