How to Install prompt-confirm NPM Packages on Ubuntu / Debian

How to Install prompt-confirm software package in NPM Packages

prompt-confirm : Confirm (yes/no) prompt. Can be used standalone or with a prompt system like [Enquirer].. You can installing prompt-confirm 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-confirm
$ sudo npm install -g prompt-confirm

If want to update the prompt-confirm package execute the command as below,

$ sudo npm update prompt-confirm

Update package globally,

$ npm install -g prompt-confirm

Git clone:

$ sudo  git clone https://github.com/rektide/prompt-confirm.git
$ sudo  npm install -g ./prompt-confirm

prompt-confirm@1.2.0 /usr/lib/node_modules/prompt-confirm

How to remove prompt-confirm package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall prompt-confirm

Basic Information of prompt-confirm NPM Package:

Package Name prompt-confirm
Version 1.2.0
Description Confirm (yes/no) prompt. Can be used standalone or with a prompt system like [Enquirer].
Released Date 2017-07-08T07:17:51.382Z
Published by jonschlinkert
How to Learn https://www.npmjs.com/package/prompt-confirm/tutorial