Allow alias and lts* in `snm uninstall`
numToStr opened this issue · 0 comments
numToStr commented
If semver
, first find all the aliases pointing to that semver, then delete all the matches. After that, delete the semver installation.
If alias
/lts*
, find the semver which the alias/lts* is pointing to, then delete the semver. After that delete the alias.
Note: lts*
is also an alias.