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 Mar 27, 2019. It is now read-only.
I have list-viewrequiring as a local dep item-view. And I have item-view requiring as a local dep from ../../lib the component item.
When I run component install over list-view, the lookup for item fails, because the path ../../lib is not added to the 'paths' on its component.json (even though running install under item-view works perfectly),
The error I get is:
error : failed to lookup "item-view"'s dep "item"
This path should be extracted from it's dependency item-view.