base62 : Javascript Base62 encode/decoder. You can installing base62 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 base62 $ sudo npm install -g base62
If want to update the base62 package execute the command as below,
$ sudo npm update base62
Update package globally,
$ npm install -g base62
$ sudo git clone https://github.com/rektide/base62.git
$ sudo npm install -g ./base62
base62@1.2.1 /usr/lib/node_modules/base62
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall base62
Package Name | base62 |
Version | 1.2.1 |
Description | Javascript Base62 encode/decoder |
Released Date | 2017-11-14T08:38:56.587Z |
Published by | andrewnez |
How to Learn | https://www.npmjs.com/package/base62/tutorial |