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

安装私有库失败 #43

Closed
nimoc opened this issue Aug 3, 2015 · 2 comments
Closed

安装私有库失败 #43

nimoc opened this issue Aug 3, 2015 · 2 comments

Comments

@nimoc
Copy link
Contributor

nimoc commented Aug 3, 2015

node v0.12.2
fis3 v3.0.13
fis3 install github:rain-team/base
 [INFO] Currently running fis3 (/usr/local/lib/node_modules/fis3)
analyzing dependencies - 
 [WARNI] `fis install` now is for installing commponents, you may use `lights install` instead.

 [ERROR] `github:rain-team/base` not found.
{
    "version": "1.2.0",
    "repos": "https://github.com/rain-team/base.git",
    "name": "base",
    "main": "base.js",
    "github": {
      "author": "rain-team"
    }
}

https://github.com/rain-team/base/

@2betop
Copy link
Contributor

2betop commented Aug 3, 2015

默认会装最新版本,你的仓库默认最高版本是 2.0.0 所以默认是装它的,但是这个仓库里面明白没有 component.json 文件,所以就报错。你换成指定 master 版本就能成功了。

fis3 install github:rain-team/base@master

@nimoc
Copy link
Contributor Author

nimoc commented Aug 3, 2015

感谢

@nimoc nimoc closed this as completed Aug 3, 2015
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

2 participants