How to Install bases NPM Packages on Ubuntu / Debian

How to Install bases software package in NPM Packages

bases : Utility for converting numbers to/from different bases/alphabets.. You can installing bases 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 bases
$ sudo npm install -g bases

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

$ sudo npm update bases

Update package globally,

$ npm install -g bases

Git clone:

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

bases@0.2.1 /usr/lib/node_modules/bases

How to remove bases package :

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

$ sudo npm uninstall bases

Basic Information of bases NPM Package:

Package Name bases
Version 0.2.1
Description Utility for converting numbers to/from different bases/alphabets.
Released Date 2014-05-31T15:42:10.338Z
Published by aseemk
How to Learn https://www.npmjs.com/package/bases/tutorial