Skip to content

Uninstall

TeoDev1611 edited this page Aug 13, 2022 · 1 revision

Uninstall dependencies with DPM

You can use this flags on the: uninstall command and the clean alias

Flags Description
-A, --all [all] Remove all dependencies from the files!
-h, --help The CLI help message

DPM doesn't delete any libraries from your computer, it just deletes the dpm_imports.json file!

For uninstall all dependencies from the dpm_imports.json you need run:

dpm uninstall -A

For uninstall only one specific dependency you need run:

dpm uninstall draco dlog2

Made with ♥ in Ecuador and the World

Clone this wiki locally