generator-supported : Check if JS harmony generators is supported in environment. You can installing generator-supported 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-supported $ sudo npm install -g generator-supported
If want to update the generator-supported package execute the command as below,
$ sudo npm update generator-supported
Update package globally,
$ npm install -g generator-supported
$ sudo git clone https://github.com/rektide/generator-supported.git
$ sudo npm install -g ./generator-supported
generator-supported@0.0.1 /usr/lib/node_modules/generator-supported
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall generator-supported
Package Name | generator-supported |
Version | 0.0.1 |
Description | Check if JS harmony generators is supported in environment |
Released Date | 2013-12-30T03:10:34.375Z |
Published by | amasad |
How to Learn | https://www.npmjs.com/package/generator-supported/tutorial |