|
2 years ago | |
---|---|---|
.. | ||
CHANGELOG.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
command.js | 2 years ago | |
index.js | 2 years ago | |
package.json | 2 years ago |
@lerna/clean
Remove the node_modules directory from all packages
Install lerna for access to the lerna
CLI.
$ lerna clean
Remove the node_modules
directory from all packages.
lerna clean
accepts all filter flags, as well as --yes
.
lerna clean
does not remove modules from the rootnode_modules
directory, even if you have the--hoist
option enabled.