btoa : btoa for Node.JS (its a one-liner). You can installing btoa 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 btoa $ sudo npm install -g btoa
If want to update the btoa package execute the command as below,
$ sudo npm update btoa
Update package globally,
$ npm install -g btoa
$ sudo git clone https://github.com/rektide/btoa.git
$ sudo npm install -g ./btoa
btoa@1.1.2 /usr/lib/node_modules/btoa
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall btoa
Package Name | btoa |
Version | 1.1.2 |
Description | btoa for Node.JS (its a one-liner) |
Released Date | 2014-05-20T14:54:49.481Z |
Published by | coolaj86 |
How to Learn | https://www.npmjs.com/package/btoa/tutorial |