co : generator async control flow goodness. You can installing co 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 co $ sudo npm install -g co
If want to update the co package execute the command as below,
$ sudo npm update co
Update package globally,
$ npm install -g co
$ sudo git clone https://github.com/rektide/co.git
$ sudo npm install -g ./co
co@4.6.0 /usr/lib/node_modules/co
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall co
Package Name | co |
Version | 4.6.0 |
Description | generator async control flow goodness |
Released Date | 2015-07-09T22:30:44.562Z |
Published by | jongleberry |
How to Learn | https://www.npmjs.com/package/co/tutorial |