Skip to content

Command Line Tools

wheels packages remove

Removes an installed package by deleting vendor/<name>/. As a safety check, the command refuses if the directory has no package.json — that shape suggests the dir isn't a Wheels package and we shouldn't touch it.

wheels packages remove <name>

| Error | Cause | |-------|-------| | Wheels.Packages.NotInstalled | vendor/<name>/ does not exist. | | Wheels.Packages.NotAPackage | vendor/<name>/ has no package.json. Remove it manually if you're sure. |

$ wheels packages remove wheels-sentry
Removed vendor/wheels-sentry.