How to Install portscanner NPM Packages on Ubuntu / Debian

How to Install portscanner software package in NPM Packages

portscanner : Asynchronous port scanner for Node.js. You can installing portscanner 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 portscanner
$ sudo npm install -g portscanner

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

$ sudo npm update portscanner

Update package globally,

$ npm install -g portscanner

Git clone:

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

portscanner@2.1.1 /usr/lib/node_modules/portscanner

How to remove portscanner package :

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

$ sudo npm uninstall portscanner

Basic Information of portscanner NPM Package:

Package Name portscanner
Version 2.1.1
Description Asynchronous port scanner for Node.js
Released Date 2016-11-24T07:35:22.163Z
Published by laggingreflex
How to Learn https://www.npmjs.com/package/portscanner/tutorial