@merna/clean
v5.0.1
Published
Remove the node_modules directory from all packages
Downloads
8
Readme
@lerna/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
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.