Forrest logo
back to the bower tool

bower:tldr:b0e80

bower: Uninstall packages locally from the bower_components directory.
$ bower uninstall ${package} ${package}
try on your machine

The command bower uninstall ${package} ${package} is used to uninstall one or more packages from your project's Bower dependency list. In this command, ${package} is a placeholder that should be replaced with the name of the package or packages you want to uninstall. For example, if you want to uninstall a package named "jquery" and another package named "lodash", you would replace ${package} ${package} with jquery lodash in the command: bower uninstall jquery lodash.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the bower tool