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