How to Install pw NPM Packages on Ubuntu / Debian

How to Install pw software package in NPM Packages

pw : prompt for passwords on the command line. You can installing pw 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 pw
$ sudo npm install -g pw

If want to update the pw package execute the command as below,

$ sudo npm update pw

Update package globally,

$ npm install -g pw

Git clone:

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

pw@0.0.4 /usr/lib/node_modules/pw

How to remove pw package :

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

$ sudo npm uninstall pw

Basic Information of pw NPM Package:

Package Name pw
Version 0.0.4
Description prompt for passwords on the command line
Released Date 2012-07-29T10:58:27.085Z
Published by npm
How to Learn https://www.npmjs.com/package/pw/tutorial