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
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.
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.
The text was updated successfully, but these errors were encountered: