wiredep : Wire Bower dependencies to your source code.. You can installing wiredep 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 wiredep $ sudo npm install -g wiredep
If want to update the wiredep package execute the command as below,
$ sudo npm update wiredep
Update package globally,
$ npm install -g wiredep
$ sudo git clone https://github.com/rektide/wiredep.git
$ sudo npm install -g ./wiredep
wiredep@4.0.0 /usr/lib/node_modules/wiredep
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall wiredep
| Package Name | wiredep |
| Version | 4.0.0 |
| Description | Wire Bower dependencies to your source code. |
| Released Date | 2016-03-17T20:33:34.139Z |
| Published by | eddiemonge |
| How to Learn | https://www.npmjs.com/package/wiredep/tutorial |