Options (1)
booleanExecute the command from a local or remote `npm` package
Example:
npm {{[x|exec]}} {{command}} {{argument1 argument2 ...}}Examples (5)
Execute the command from a local or remote `npm` package
Specify the package explicitly (useful if multiple commands with the same name exist)
Run a command if it exists in the current path or in `node_modules/.bin`
Execute a specific command, suppressing any output from `npm` itself
Display help
npm [x|exec] --helpmade by @shridhargupta | data from tldr-pages