suspend : Async control-flow for Node.js using ES6 generators.. You can installing suspend 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 suspend $ sudo npm install -g suspend
If want to update the suspend package execute the command as below,
$ sudo npm update suspend
Update package globally,
$ npm install -g suspend
$ sudo git clone https://github.com/rektide/suspend.git
$ sudo npm install -g ./suspend
suspend@0.7.0 /usr/lib/node_modules/suspend
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall suspend
| Package Name | suspend |
| Version | 0.7.0 |
| Description | Async control-flow for Node.js using ES6 generators. |
| Released Date | 2015-11-06T05:57:35.561Z |
| Published by | jmar777 |
| How to Learn | https://www.npmjs.com/package/suspend/tutorial |