Running binary files / executables within npm scripts works if it's either part of an installed package (node_modules/.bin) or globally installed. A binary that exists someplace else, e.g. in the ...