Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Local Dependencies Lookup Fail #324

@ignacioola

Description

@ignacioola

My directory structure of components:

lib
 | - item
views
 | - list-view
 | - item-view

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions