gcloud : Google Cloud APIs Client Library for Node.js. You can installing gcloud 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 gcloud $ sudo npm install -g gcloud
If want to update the gcloud package execute the command as below,
$ sudo npm update gcloud
Update package globally,
$ npm install -g gcloud
$ sudo git clone https://github.com/rektide/gcloud.git
$ sudo npm install -g ./gcloud
gcloud@0.37.2 /usr/lib/node_modules/gcloud
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gcloud
Package Name | gcloud |
Version | 0.37.2 |
Description | Google Cloud APIs Client Library for Node.js |
Released Date | 2017-03-10T19:35:37.968Z |
Published by | stephenplusplus |
How to Learn | https://www.npmjs.com/package/gcloud/tutorial |