How to Install iban NPM Packages on Ubuntu / Debian

How to Install iban software package in NPM Packages

iban : A javascript library to validate, format and convert IBAN (International Bank Account Number) and BBAN (Basic Bank Account Number). You can installing iban 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 iban
$ sudo npm install -g iban

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

$ sudo npm update iban

Update package globally,

$ npm install -g iban

Git clone:

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

iban@0.0.8 /usr/lib/node_modules/iban

How to remove iban package :

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

$ sudo npm uninstall iban

Basic Information of iban NPM Package:

Package Name iban
Version 0.0.8
Description A javascript library to validate, format and convert IBAN (International Bank Account Number) and BBAN (Basic Bank Account Number)
Released Date 2017-02-03T13:14:05.119Z
Published by laurentvb
How to Learn https://www.npmjs.com/package/iban/tutorial