Skip to content

remotes property in component.json produces error #71

@axelpale

Description

@axelpale

The following line in component.json produces error when I run $ component install (component 1.1.0, OS X 10.9.5):

"remotes": ["https://raw.githubusercontent.com"],

The error message:
fatal : no remote found for dependency "component/has-translate3d".

This is because move is a public component and component.json specification clearly states that the public component must not contain any remotes. The specification has probably updated since move's component.json was created.

Removing the line removes the error and the component can be installed.

I have included the fix into the pull request #70.

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