azure-storage : Microsoft Azure Storage Client Library for Node.js. You can installing azure-storage 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 azure-storage $ sudo npm install -g azure-storage
If want to update the azure-storage package execute the command as below,
$ sudo npm update azure-storage
Update package globally,
$ npm install -g azure-storage
$ sudo git clone https://github.com/rektide/azure-storage.git
$ sudo npm install -g ./azure-storage
azure-storage@2.6.0 /usr/lib/node_modules/azure-storage
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall azure-storage
Package Name | azure-storage |
Version | 2.6.0 |
Description | Microsoft Azure Storage Client Library for Node.js |
Released Date | 2017-10-12T07:44:27.527Z |
Published by | windowsazure |
How to Learn | https://www.npmjs.com/package/azure-storage/tutorial |