qiniu : Node wrapper for Qiniu Resource (Cloud) Storage API. You can installing qiniu 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 qiniu $ sudo npm install -g qiniu
If want to update the qiniu package execute the command as below,
$ sudo npm update qiniu
Update package globally,
$ npm install -g qiniu
$ sudo git clone https://github.com/rektide/qiniu.git
$ sudo npm install -g ./qiniu
qiniu@7.1.1 /usr/lib/node_modules/qiniu
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall qiniu
| Package Name | qiniu |
| Version | 7.1.1 |
| Description | Node wrapper for Qiniu Resource (Cloud) Storage API |
| Released Date | 2017-10-30T02:12:44.429Z |
| Published by | qiniusdk |
| How to Learn | https://www.npmjs.com/package/qiniu/tutorial |