Expand description
Native exec: run a binary from node_modules/.bin without npx/npm exec.
Functionsยง
- exec_
binary - Execute binary at path with args. On Windows, .cmd scripts are run via cmd /c.
- find_
binary_ in_ node_ modules - Find binary in node_modules/.bin. On Windows also looks for
.cmd.