Skip to main content
Version: 4.3.0

leo remove

To remove a dependency from your project, run the following command:

leo remove <NAME>

where <NAME> is the name of the imported program. <NAME> is optional when --all is passed.

See the Dependency Management guide for more details.

Flags

--all

Removes all dependencies (or dev dependencies, if used with --dev).

--dev

Removes dev dependencies.