minio : S3 Compatible Cloud Storage client. You can installing minio 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 minio $ sudo npm install -g minio
If want to update the minio package execute the command as below,
$ sudo npm update minio
Update package globally,
$ npm install -g minio
$ sudo git clone https://github.com/rektide/minio.git
$ sudo npm install -g ./minio
minio@3.2.2 /usr/lib/node_modules/minio
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall minio
Package Name | minio |
Version | 3.2.2 |
Description | S3 Compatible Cloud Storage client |
Released Date | 2017-10-31T02:53:22.372Z |
Published by | minio |
How to Learn | https://www.npmjs.com/package/minio/tutorial |