How to Install googleapis NPM Packages on Ubuntu / Debian

How to Install googleapis software package in NPM Packages

googleapis : Google APIs Client Library for Node.js. You can installing googleapis 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 googleapis
$ sudo npm install -g googleapis

If want to update the googleapis package execute the command as below,

$ sudo npm update googleapis

Update package globally,

$ npm install -g googleapis

Git clone:

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

googleapis@23.0.0 /usr/lib/node_modules/googleapis

How to remove googleapis package :

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

$ sudo npm uninstall googleapis

Basic Information of googleapis NPM Package:

Package Name googleapis
Version 23.0.0
Description Google APIs Client Library for Node.js
Released Date 2017-11-21T21:52:21.113Z
Published by googleapis-packages
How to Learn https://www.npmjs.com/package/googleapis/tutorial