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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall generator-node
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 |