首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Berkself不会在github上解析食谱

Berkself不会在github上解析食谱
EN

Stack Overflow用户
提问于 2017-01-14 01:33:31
回答 0查看 262关注 0票数 0

我构建了一个coookbook,它反过来依赖于github托管的coookbook。

这是我的berksfile的开始

代码语言:javascript
复制
source "https://api.berkshelf.com"

cookbook 'r', github: 'stevendanna/cookbook-r'
cookbook 'apt'

[...]

但在执行vagrant up命令时,我最终得到了以下结果:

代码语言:javascript
复制
The stdout and stderr are shown below:

    stdout: Resolving cookbook dependencies...
Fetching 'analytics' from source at cookbooks/analytics
Fetching cookbook index from https://api.berkshelf.com...

    stderr: Ignoring wdm-0.1.1 because its extensions are not built.  Try: gem pristine wdm --version 0.1.1
Unable to satisfy the following requirements:

- `r (>= 0.0.0)` required by `analytics-0.2.0`

看起来'r‘食谱没有被berksfile正确解析,从github中拉出,尽管我在berksfile上设置了如上所述的repo,但它确实应该正确解析。

我是否必须设置一个明确的路径或URL或其他位置?

这是配置脚本,其中包括食谱:analytics-vagrant

(使用流浪者1.8.7 )

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41640300

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档