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

How to Install generate-password software package in NPM Packages

generate-password : Easy library for generating unique passwords.. You can installing generate-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 generate-password
$ sudo npm install -g generate-password

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

$ sudo npm update generate-password

Update package globally,

$ npm install -g generate-password

Git clone:

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

generate-password@1.3.0 /usr/lib/node_modules/generate-password

How to remove generate-password package :

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

$ sudo npm uninstall generate-password

Basic Information of generate-password NPM Package:

Package Name generate-password
Version 1.3.0
Description Easy library for generating unique passwords.
Released Date 2016-12-28T09:05:30.463Z
Published by brendanashworth
How to Learn https://www.npmjs.com/package/generate-password/tutorial