• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "Execute binaries from npm packages.\n%s": "Execute binaries from npm packages.\n%s",
3  "Package to be installed.": "Package to be installed.",
4  "Location of the npm cache.": "Location of the npm cache.",
5  "Skip installation if a package is missing.": "Skip installation if a package is missing.",
6  "Path to user npmrc.": "Path to user npmrc.",
7  "Execute string as if inside `npm run-script`.": "Execute string as if inside `npm run-script`.",
8  "Shell to execute the command with, if any.": "Shell to execute the command with, if any.",
9  "Generate shell code to use npx as the \"command not found\" fallback.": "Generate shell code to use npx as the \"command not found\" fallback.",
10  "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.",
11  "npm binary to use for internal operations.": "npm binary to use for internal operations.",
12  "For the full documentation, see the manual page for npx(1).": "For the full documentation, see the manual page for npx(1).",
13  "Unable to guess a binary name from %s. Please use --package.": "Unable to guess a binary name from %s. Please use --package.",
14  "\nERROR: You must supply a command.\n": "\nERROR: You must supply a command.\n",
15  "Command failed: %s %s": "Command failed: %s %s",
16  "Install for %s failed with code %s": "Install for %s failed with code %s",
17  "%s not found. Trying with npx...": "%s not found. Trying with npx...",
18  "command not found: %s": "command not found: %s",
19  "options": "options",
20  "command": "command",
21  "version": "version",
22  "command-arg": "command-arg",
23  "command-string": "command-string",
24  "shell": "shell",
25  "package": "package",
26  "npx: installed %s in %ss": "npx: installed %s in %ss",
27  "Suppress output from npx itself. Subcommands will not be affected.": "Suppress output from npx itself. Subcommands will not be affected.",
28  "Extra node argument when calling a node binary.": "Extra node argument when calling a node binary.",
29  "Always spawn a child process to execute the command.": "Always spawn a child process to execute the command."
30}