Run NPM Bin from Project
npmbin
Jun 12th, 2018 – Jason MaurerMany NPM packages come with binaries. Unless they're installed with the `--global` flag, they won't be available on the system path by default. You can use NPM scripts, but sometimes you just need to manually call the binary (to see help menus, for example) and don't want to install as a global.