How to Install minio NPM Packages on Ubuntu / Debian

How to Install minio software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/minio.git
$ sudo  npm install -g ./minio

minio@3.2.2 /usr/lib/node_modules/minio

How to remove minio package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall minio

Basic Information of minio NPM Package:

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