How to Install getport NPM Packages on Ubuntu / Debian

How to Install getport software package in NPM Packages

getport : Find an open port to listen on.. You can installing getport 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 getport
$ sudo npm install -g getport

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

$ sudo npm update getport

Update package globally,

$ npm install -g getport

Git clone:

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

getport@0.1.0 /usr/lib/node_modules/getport

How to remove getport package :

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

$ sudo npm uninstall getport

Basic Information of getport NPM Package:

Package Name getport
Version 0.1.0
Description Find an open port to listen on.
Released Date 2013-07-16T00:34:30.433Z
Published by mikeal
How to Learn https://www.npmjs.com/package/getport/tutorial