.bin/node_modules alias only works on local installs

yarn add /local/path/to/package creates the node_modules/.bin/ffmpeg alias as expected.

yarn add @garlikio/ffmpeg and npm install @garlikio/ffmpeg does not.

Edited by Tyler Mills