Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 632 Bytes

uninstall.md

File metadata and controls

28 lines (17 loc) · 632 Bytes

Usage: yeoman uninstall packageName

Removes the package packageName from the current project.

Example:

yeoman uninstall backbone

# outputs:

bower uninstalling /project/components/backbone

Note: If you attempt to uninstall a package that is a dependency of other packages, yeoman (via Bower) will throw an error.

Example:

yeoman uninstall jquery

# outputs:
warning backbone depends on jquery

This simply means that you should uninstall backbone (the top-level package with the dependency) if you wish to remove all traces of the jquery package.