重要提示: 此中文文档针对的是 Yarn 的最新版本。
有关 1.x 版本的中文文档,请点击进入 classic.yarnpkg.cn。
Yarn
yarn addyarn binyarn cache cleanyarn config getyarn config setyarn config unsetyarn configyarn constraints queryyarn constraints sourceyarn constraintsyarn dedupeyarn dlxyarn execyarn explain peer-requirementsyarn explainyarn infoyarn inityarn installyarn linkyarn nodeyarn npm audityarn npm infoyarn npm loginyarn npm logoutyarn npm publishyarn npm tag addyarn npm tag listyarn npm tag removeyarn npm whoamiyarn packyarn patch-commityarn patchyarn plugin checkyarn plugin import from sourcesyarn plugin importyarn plugin listyarn plugin removeyarn plugin runtimeyarn rebuildyarn removeyarn runyarn searchyarn set resolutionyarn set version from sourcesyarn set versionyarn stageyarn unlinkyarn unplugyarn upyarn upgrade-interactiveyarn version applyyarn version checkyarn versionyarn whyyarn workspaceyarn workspaces focusyarn workspaces foreachyarn workspaces list

yarn link

Connect the local project to another one.

Usage

$> yarn link ...

Examples

Register one or more remote workspaces for use in the current project :

yarn link ~/ts-loader ~/jest

Register all workspaces from a remote project for use in the current project :

yarn link ~/jest --all

Options

Definition
Description

-A,--all

Link all workspaces belonging to the target projects to the current one

-p,--private

Also link private workspaces belonging to the target projects to the current one

-r,--relative

Link workspaces using relative paths instead of absolute paths

Details

This command will set a new resolutions field in the project-level manifest and point it to the workspace at the specified location (even if part of another project).