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

How to Install prompt-password software package in NPM Packages

prompt-password : Password prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].. You can installing prompt-password 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-password
$ sudo npm install -g prompt-password

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

$ sudo npm update prompt-password

Update package globally,

$ npm install -g prompt-password

Git clone:

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

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

How to remove prompt-password package :

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

$ sudo npm uninstall prompt-password

Basic Information of prompt-password NPM Package:

Package Name prompt-password
Version 1.2.0
Description Password prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].
Released Date 2017-07-08T07:54:02.200Z
Published by jonschlinkert
How to Learn https://www.npmjs.com/package/prompt-password/tutorial