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
FIX: vendor requirement
should do recursive for packages that is not under vendor directory
this is still not a perfect solution; we have the following assumption:
if a package A has vendor directory, we don't do recursive for the
packages under the vendor directory...