Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If a Default Package or a dependency requires a dependency, its dependency is uninstalled on package control start up #1304

Open
evandrocoan opened this issue Dec 17, 2017 · 1 comment

Comments

@evandrocoan
Copy link

evandrocoan commented Dec 17, 2017

Why it is uninstalling?

Because when Sublime Text starts,
Package Control runs a called Package Clean Up which uninstalls all dependencies which are not
required by the installed packages, except the default packages and the installed dependencies.

Therefore,
if a dependency or a default package, requires dependencies,
its dependencies are going to be uninstalled as soon as package control starts up.

__

Related:

  1. If a dependency has a dependency, its dependencies are not installed #1300 If a dependency has a dependency, its dependencies are not installed
evandrocoan added a commit to evandrocoan/PackagesManager that referenced this issue Dec 17, 2017
dependencies on the package clean up. Issue:

If a Default Package or a dependency requires a dependency, its
dependency is uninstalled at clean on package control start up
wbond#1304
@wbond
Copy link
Owner

wbond commented Dec 18, 2017

Currently dependencies don't support dependencies, so this makes sense. None of the packages on your machine require a dependency, so it will be uninstalled.

@evandrocoan evandrocoan changed the title If a Default Package or a dependency requires a dependency, its dependency is uninstalled at clean on package control start up If a Default Package or a dependency requires a dependency, its dependency is uninstalled on package control start up Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants