How to Install promptly NPM Packages on Ubuntu / Debian

How to Install promptly software package in NPM Packages

promptly : Simple command line prompting utility. You can installing promptly 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 promptly
$ sudo npm install -g promptly

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

$ sudo npm update promptly

Update package globally,

$ npm install -g promptly

Git clone:

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

promptly@2.2.0 /usr/lib/node_modules/promptly

How to remove promptly package :

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

$ sudo npm uninstall promptly

Basic Information of promptly NPM Package:

Package Name promptly
Version 2.2.0
Description Simple command line prompting utility
Released Date 2017-03-27T21:54:40.294Z
Published by satazor
How to Learn https://www.npmjs.com/package/promptly/tutorial