@0x-lerna-fork/link 中文文档教程
@0x-lerna-fork/link
将所有相互依赖的包符号链接在一起
安装 lerna 以访问 lerna
CLI。
Usage
$ lerna link
将当前 Lerna 仓库中相互依赖的所有 Lerna packages
符号链接在一起。
Options
--force-local
$ lerna link --force-local
传递后,此标志会导致 link
命令始终对本地依赖项进行符号链接,而不管匹配的版本范围如何。
@0x-lerna-fork/link
Symlink together all packages that are dependencies of each other
Install lerna for access to the lerna
CLI.
Usage
$ lerna link
Symlink together all Lerna packages
that are dependencies of each other in the current Lerna repo.
Options
--force-local
$ lerna link --force-local
When passed, this flag causes the link
command to always symlink local dependencies regardless of matching version range.