Difference between revisions of "Yarn global --help"
Jump to navigation
Jump to search
(Created page with "<pre> yarn global --help Usage: yarn global [add|bin|dir|ls|list|remove|upgrade|upgrade-interactive] [flags] Installs packages globally on your operating system. Opti...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | [[yarn global]] --help | ||
<pre> | <pre> | ||
− | |||
− | |||
Usage: yarn global [add|bin|dir|ls|list|remove|upgrade|upgrade-interactive] [flags] | Usage: yarn global [add|bin|dir|ls|list|remove|upgrade|upgrade-interactive] [flags] | ||
Line 59: | Line 59: | ||
Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command. | Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command. | ||
</pre> | </pre> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[yarn global upgrade wait-on]]</code> | ||
== See also == | == See also == | ||
* {{yarn}} | * {{yarn}} | ||
+ | |||
+ | [[Category:Yarn]] |
Latest revision as of 07:51, 14 April 2022
yarn global --help
Usage: yarn global [add|bin|dir|ls|list|remove|upgrade|upgrade-interactive] [flags] Installs packages globally on your operating system. Options: -v, --version output the version number --no-default-rc prevent Yarn from automatically detecting yarnrc and npmrc files --use-yarnrc <path> specifies a yarnrc file that Yarn should use (.yarnrc only, not .npmrc) (default: ) --verbose output verbose messages on internal operations --offline trigger an error if any required dependencies are not available in local cache --prefer-offline use network only if dependencies are not available in local cache --enable-pnp, --pnp enable the Plug'n'Play installation --disable-pnp disable the Plug'n'Play installation --strict-semver --json format Yarn log messages as lines of JSON (see jsonlines.org) --ignore-scripts don't run lifecycle scripts --har save HAR output of network traffic --ignore-platform ignore platform checks --ignore-engines ignore engines check --ignore-optional ignore optional dependencies --force install and build packages even if they were built before, overwrite lockfile --skip-integrity-check run install without checking if node_modules is installed --check-files install will verify file tree of packages for consistency --no-bin-links don't generate bin links when setting up packages --flat only allow one version of a package --prod, --production [prod] --no-lockfile don't read or generate a lockfile --pure-lockfile don't generate a lockfile --frozen-lockfile don't generate a lockfile and fail if an update is needed --update-checksums update package checksums from current repository --link-duplicates create hardlinks to the repeated modules in node_modules --link-folder <path> specify a custom folder to store global links --global-folder <path> specify a custom folder to store global packages --modules-folder <path> rather than installing modules into the node_modules folder relative to the cwd, output them here --preferred-cache-folder <path> specify a custom folder to store the yarn cache if possible --cache-folder <path> specify a custom folder that must be used to store the yarn cache --mutex <type>[:specifier] use a mutex to ensure only one yarn instance is executing --emoji [bool] enable emoji in output (default: true) -s, --silent skip Yarn console logs, other types of logs (script output) will be printed --cwd <cwd> working directory to use (default: /Users/sf) --proxy <host> --https-proxy <host> --registry <url> override configuration registry --no-progress disable progress bar --network-concurrency <number> maximum number of concurrent network requests --network-timeout <milliseconds> TCP timeout for network requests --non-interactive do not show interactive prompts --scripts-prepend-node-path [bool] prepend the node executable dir to the PATH in scripts --no-node-version-check do not warn when using a potentially unsupported Node version --focus Focus on a single workspace by installing remote copies of its sibling workspaces. --otp <otpcode> one-time password for two factor authentication --prefix <prefix> bin prefix to use to install binaries --latest upgrade to the latest version of packages -h, --help output usage information Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
Related[edit]
See also[edit]
Advertising: