@0x-lerna-fork/clean 中文文档教程
@0x-lerna-fork/clean
从所有包中删除 node_modules 目录
安装 lerna 以访问 lerna
CLI。
Usage
$ lerna clean
从所有包中删除 node_modules
目录。
lerna clean
遵守 --ignore
、--scope
和 --yes
标志(参见 过滤标志)。
lerna clean
不会从根node_modules
目录中删除模块,即使您启用了--hoist
选项。
@0x-lerna-fork/clean
Remove the node_modules directory from all packages
Install lerna for access to the lerna
CLI.
Usage
$ lerna clean
Remove the node_modules
directory from all packages.
lerna clean
respects the --ignore
, --scope
, and --yes
flags (see Filter Flags).
lerna clean
does not remove modules from the rootnode_modules
directory, even if you have the--hoist
option enabled.