prompt-sync : a synchronous prompt for node.js. You can installing prompt-sync 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-sync $ sudo npm install -g prompt-sync
If want to update the prompt-sync package execute the command as below,
$ sudo npm update prompt-sync
Update package globally,
$ npm install -g prompt-sync
$ sudo git clone https://github.com/rektide/prompt-sync.git
$ sudo npm install -g ./prompt-sync
prompt-sync@4.1.5 /usr/lib/node_modules/prompt-sync
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall prompt-sync
| Package Name | prompt-sync |
| Version | 4.1.5 |
| Description | a synchronous prompt for node.js |
| Released Date | 2017-05-04T14:44:20.728Z |
| Published by | davidmarkclements |
| How to Learn | https://www.npmjs.com/package/prompt-sync/tutorial |