How to Install Base64 NPM Packages on Ubuntu / Debian

How to Install Base64 software package in NPM Packages

Base64 : Base64 encoding and decoding. You can installing Base64 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 Base64
$ sudo npm install -g Base64

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

$ sudo npm update Base64

Update package globally,

$ npm install -g Base64

Git clone:

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

Base64@1.0.1 /usr/lib/node_modules/Base64

How to remove Base64 package :

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

$ sudo npm uninstall Base64

Basic Information of Base64 NPM Package:

Package Name Base64
Version 1.0.1
Description Base64 encoding and decoding
Released Date 2017-03-25T21:16:29.083Z
Published by davidchambers
How to Learn https://www.npmjs.com/package/Base64/tutorial