How to Install ali-oss NPM Packages on Ubuntu / Debian

How to Install ali-oss software package in NPM Packages

ali-oss : aliyun oss(object storage service) node client. You can installing ali-oss 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 ali-oss
$ sudo npm install -g ali-oss

If want to update the ali-oss package execute the command as below,

$ sudo npm update ali-oss

Update package globally,

$ npm install -g ali-oss

Git clone:

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

ali-oss@4.11.2 /usr/lib/node_modules/ali-oss

How to remove ali-oss package :

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

$ sudo npm uninstall ali-oss

Basic Information of ali-oss NPM Package:

Package Name ali-oss
Version 4.11.2
Description aliyun oss(object storage service) node client
Released Date 2017-11-07T07:55:09.311Z
Published by fengmk2
How to Learn https://www.npmjs.com/package/ali-oss/tutorial