How to Install prompt NPM Packages on Ubuntu / Debian

How to Install prompt software package in NPM Packages

prompt : A beautiful command-line prompt for node.js. You can installing prompt 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
$ sudo npm install -g prompt

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

$ sudo npm update prompt

Update package globally,

$ npm install -g prompt

Git clone:

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

prompt@1.0.0 /usr/lib/node_modules/prompt

How to remove prompt package :

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

$ sudo npm uninstall prompt

Basic Information of prompt NPM Package:

Package Name prompt
Version 1.0.0
Description A beautiful command-line prompt for node.js
Released Date 2016-02-10T08:43:10.147Z
Published by indexzero
How to Learn https://www.npmjs.com/package/prompt/tutorial