yarn-bin-fix : Fix for yarns #760, puts all executables from node_modules into .bin, as npm usually does. You can installing yarn-bin-fix 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 yarn-bin-fix $ sudo npm install -g yarn-bin-fix
If want to update the yarn-bin-fix package execute the command as below,
$ sudo npm update yarn-bin-fix
Update package globally,
$ npm install -g yarn-bin-fix
$ sudo git clone https://github.com/rektide/yarn-bin-fix.git
$ sudo npm install -g ./yarn-bin-fix
yarn-bin-fix@0.1.15 /usr/lib/node_modules/yarn-bin-fix
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall yarn-bin-fix
| Package Name | yarn-bin-fix |
| Version | 0.1.15 |
| Description | Fix for yarns #760, puts all executables from node_modules into .bin, as npm usually does |
| Released Date | 2016-11-02T07:43:14.088Z |
| Published by | zlotindaniel |
| How to Learn | https://www.npmjs.com/package/yarn-bin-fix/tutorial |