Finds the path to a binary executable.
Currently only supports finding binaries in local node_modules/.bin directories or globally installed binaries.
node_modules/.bin
The name of the binary to find.
Options for finding the binary.
The path to the binary if found, or undefined if not.
Finds the path to a binary executable.
Currently only supports finding binaries in local
node_modules/.bin
directories or globally installed binaries.