组件构建没有找到依赖项

时间:2015-03-04 05:19:32

标签: json node.js git

我有以下文件夹结构

root
- components
   - main
   - secondary

在root中我有一个component.json定义如下

{
  "name": "Application-Name",
  "repository": "application-name/app",
  "description": "Application-Name app root",
  "version": "0.0.1",

  "dependencies": {
    "Application-Name/main": "0.0.1"
  }
}

在main中我也有一个类似结构的component.json。

当我尝试调用组件构建时,我收到以下错误...

fatal : no remote found for dependency "application-name/main@0.0.1". 
Visit http://component.github.io/troubleshooting for help.

我在component.json文件上运行了组件验证,并且都没有返回任何错误。我已经去过http://component.github.io/troubleshooting作为错误信息,但仍然没有找到任何快乐。如果我理解正确,它试图在git hub上找到组件构建时的默认路由,但我不知道如何告诉构建其他组件的位置。

我必须拥有本地git存储库吗?我做错了什么。

我是组件,git和节点的新手如果回答或需要我的更多信息请温柔:)

非常感谢!!

0 个答案:

没有答案