uninstall
Remove packages from dependencies.
Aliases: un, rm, remove
Usage
Terminal
ut uninstall [OPTIONS] <PACKAGES...>Examples
Terminal
# Remove a package
ut uninstall lodash
ut un lodash
# Remove multiple packages
ut uninstall lodash moment
# Remove from specific workspace
ut uninstall lodash -w my-appOptions
| Option | Description |
|---|---|
-w, --workspace <name> | Remove from specific workspace |
Last updated on