enquirer : Intuitive, plugin-based prompt system for node.js.. You can installing enquirer 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 enquirer $ sudo npm install -g enquirer
If want to update the enquirer package execute the command as below,
$ sudo npm update enquirer
Update package globally,
$ npm install -g enquirer
$ sudo git clone https://github.com/rektide/enquirer.git
$ sudo npm install -g ./enquirer
enquirer@1.0.2 /usr/lib/node_modules/enquirer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall enquirer
Package Name | enquirer |
Version | 1.0.2 |
Description | Intuitive, plugin-based prompt system for node.js. |
Released Date | 2017-05-28T09:19:29.956Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/enquirer/tutorial |