How to Install generator-node NPM Packages on Ubuntu / Debian

How to Install generator-node software package in NPM Packages

generator-node : Create a Node.js module. You can installing generator-node 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 generator-node
$ sudo npm install -g generator-node

If want to update the generator-node package execute the command as below,

$ sudo npm update generator-node

Update package globally,

$ npm install -g generator-node

Git clone:

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

generator-node@2.3.0 /usr/lib/node_modules/generator-node

How to remove generator-node package :

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

$ sudo npm uninstall generator-node

Basic Information of generator-node NPM Package:

Package Name generator-node
Version 2.3.0
Description Create a Node.js module
Released Date 2017-09-28T10:22:20.565Z
Published by sboudrias
How to Learn https://www.npmjs.com/package/generator-node/tutorial