resolve-bin : Resolves the full path to the bin file of a given package by inspecting the bin field in its package.json.. You can installing resolve-bin 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 resolve-bin $ sudo npm install -g resolve-bin
If want to update the resolve-bin package execute the command as below,
$ sudo npm update resolve-bin
Update package globally,
$ npm install -g resolve-bin
$ sudo git clone https://github.com/rektide/resolve-bin.git
$ sudo npm install -g ./resolve-bin
resolve-bin@0.4.0 /usr/lib/node_modules/resolve-bin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall resolve-bin
| Package Name | resolve-bin |
| Version | 0.4.0 |
| Description | Resolves the full path to the bin file of a given package by inspecting the bin field in its package.json. |
| Released Date | 2016-03-27T21:05:44.786Z |
| Published by | bendrucker |
| How to Learn | https://www.npmjs.com/package/resolve-bin/tutorial |