Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remotes property in component.json produces error #71

Open
axelpale opened this issue May 9, 2015 · 0 comments
Open

remotes property in component.json produces error #71

axelpale opened this issue May 9, 2015 · 0 comments

Comments

@axelpale
Copy link
Collaborator

axelpale commented May 9, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant