How to Install azure-storage NPM Packages on Ubuntu / Debian

How to Install azure-storage software package in NPM Packages

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

Git clone:

$ 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

How to remove azure-storage package :

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

$ sudo npm uninstall azure-storage

Basic Information of azure-storage NPM Package:

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