You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
In #688 we added the ability to scope a package installation to an existing environment.
Currently validation of the target environment is done after fetching the requested package - leading to orphans in the vendor directory in cases the environment turns out to be invalid.
We should validate the environment prior to fetching the package in pkg install.