How to Install base-64 NPM Packages on Ubuntu / Debian

How to Install base-64 software package in NPM Packages

base-64 : A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.. You can installing base-64 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 base-64
$ sudo npm install -g base-64

If want to update the base-64 package execute the command as below,

$ sudo npm update base-64

Update package globally,

$ npm install -g base-64

Git clone:

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

base-64@0.1.0 /usr/lib/node_modules/base-64

How to remove base-64 package :

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

$ sudo npm uninstall base-64

Basic Information of base-64 NPM Package:

Package Name base-64
Version 0.1.0
Description A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.
Released Date 2014-05-13T14:16:57.833Z
Published by mathias
How to Learn https://www.npmjs.com/package/base-64/tutorial