prompt-promise : Sane CLI user-input (command prompt, confirm, multiline, password) as promises, it can be used with co4. You can installing prompt-promise 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 prompt-promise $ sudo npm install -g prompt-promise
If want to update the prompt-promise package execute the command as below,
$ sudo npm update prompt-promise
Update package globally,
$ npm install -g prompt-promise
$ sudo git clone https://github.com/rektide/prompt-promise.git
$ sudo npm install -g ./prompt-promise
prompt-promise@1.0.3 /usr/lib/node_modules/prompt-promise
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall prompt-promise
| Package Name | prompt-promise |
| Version | 1.0.3 |
| Description | Sane CLI user-input (command prompt, confirm, multiline, password) as promises, it can be used with co4 |
| Released Date | 2015-01-31T18:18:34.814Z |
| Published by | tunnckocore |
| How to Learn | https://www.npmjs.com/package/prompt-promise/tutorial |