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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall base64-stream
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 |