How to Install bower NPM Packages on Ubuntu / Debian

How to Install bower software package in NPM Packages

bower : The browser package manager. You can installing bower 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 bower
$ sudo npm install -g bower

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

$ sudo npm update bower

Update package globally,

$ npm install -g bower

Git clone:

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

bower@1.8.2 /usr/lib/node_modules/bower

How to remove bower package :

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

$ sudo npm uninstall bower

Basic Information of bower NPM Package:

Package Name bower
Version 1.8.2
Description The browser package manager
Released Date 2017-09-13T16:46:06.745Z
Published by sheerun
How to Learn https://www.npmjs.com/package/bower/tutorial