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
$ sudo git clone https://github.com/rektide/bower.git
$ sudo npm install -g ./bower
bower@1.8.2 /usr/lib/node_modules/bower
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bower
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 |