How to Install firebase-tools NPM Packages on Ubuntu / Debian

How to Install firebase-tools software package in NPM Packages

firebase-tools : Command-Line Interface for Firebase. You can installing firebase-tools 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 firebase-tools
$ sudo npm install -g firebase-tools

If want to update the firebase-tools package execute the command as below,

$ sudo npm update firebase-tools

Update package globally,

$ npm install -g firebase-tools

Git clone:

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

firebase-tools@3.15.3 /usr/lib/node_modules/firebase-tools

How to remove firebase-tools package :

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

$ sudo npm uninstall firebase-tools

Basic Information of firebase-tools NPM Package:

Package Name firebase-tools
Version 3.15.3
Description Command-Line Interface for Firebase
Released Date 2017-11-22T22:15:00.925Z
Published by firebase-ops
How to Learn https://www.npmjs.com/package/firebase-tools/tutorial