Skip to main content

Module exec

Module exec 

Source
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.