How to Install base64-stream NPM Packages on Ubuntu / Debian

How to Install base64-stream software package in NPM Packages

base64-stream : Contains new Node.js v0.10 style stream classes for encoding / decoding Base64 data. You can installing base64-stream 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-stream
$ sudo npm install -g base64-stream

If want to update the base64-stream package execute the command as below,

$ sudo npm update base64-stream

Update package globally,

$ npm install -g base64-stream

Git clone:

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

base64-stream@0.1.3 /usr/lib/node_modules/base64-stream

How to remove base64-stream package :

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

$ sudo npm uninstall base64-stream

Basic Information of base64-stream NPM Package:

Package Name base64-stream
Version 0.1.3
Description Contains new Node.js v0.10 style stream classes for encoding / decoding Base64 data
Released Date 2015-10-09T17:43:05.521Z
Published by rossj
How to Learn https://www.npmjs.com/package/base64-stream/tutorial