How to Install external-ip NPM Packages on Ubuntu / Debian

How to Install external-ip software package in NPM Packages

external-ip : A node.js library to get your external ip from multiple services. You can installing external-ip 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 external-ip
$ sudo npm install -g external-ip

If want to update the external-ip package execute the command as below,

$ sudo npm update external-ip

Update package globally,

$ npm install -g external-ip

Git clone:

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

external-ip@1.3.1 /usr/lib/node_modules/external-ip

How to remove external-ip package :

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

$ sudo npm uninstall external-ip

Basic Information of external-ip NPM Package:

Package Name external-ip
Version 1.3.1
Description A node.js library to get your external ip from multiple services
Released Date 2017-06-25T01:06:21.351Z
Published by j.chaniotis
How to Learn https://www.npmjs.com/package/external-ip/tutorial