base64-js : Base64 encoding/decoding in pure JS. You can installing base64-js 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-js $ sudo npm install -g base64-js
If want to update the base64-js package execute the command as below,
$ sudo npm update base64-js
Update package globally,
$ npm install -g base64-js
$ sudo git clone https://github.com/rektide/base64-js.git
$ sudo npm install -g ./base64-js
base64-js@1.2.1 /usr/lib/node_modules/base64-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall base64-js
Package Name | base64-js |
Version | 1.2.1 |
Description | Base64 encoding/decoding in pure JS |
Released Date | 2017-06-22T03:02:45.961Z |
Published by | feross |
How to Learn | https://www.npmjs.com/package/base64-js/tutorial |