VisCommandsvis remove

vis remove

Remove packages using the detected package manager

vis remove

Uninstall packages from the current project (or a filtered workspace package). Aliased as vis rm, vis un, vis uninstall.

Usage

vis remove <packages...> [options]

Examples

vis remove lodash
vis rm old-package
vis remove --filter app react      # remove from a specific workspace package
vis remove -g typescript           # remove a global package

Options

OptionAliasDefaultDescription
--save-dev-DfalseRemove from devDependencies
--global-gfalseRemove a global package
--recursive-rfalseRemove from all workspace packages
--workspace-root-wfalseRemove from workspace root
--filter-FFilter by workspace package name (repeatable)
Support

Contribute to our work and keep us going

Community is the heart of open source. The success of our packages wouldn't be possible without the incredible contributions of users, testers, and developers who collaborate with us every day.Want to get involved? Here are some tips on how you can make a meaningful impact on our open source projects.

Ready to help us out?

Be sure to check out the package's contribution guidelines first. They'll walk you through the process on how to properly submit an issue or pull request to our repositories.

Submit a pull request

Found something to improve? Fork the repo, make your changes, and open a PR. We review every contribution and provide feedback to help you get merged.

Good first issues

Simple issues suited for people new to open source development, and often a good place to start working on a package.
View good first issues