建立Ember.js失败

时间:2012-01-31 10:42:03

标签: rake ember.js

我从github中提取了最新的来源。 我正在努力建立:

stephan@E6520:~/dev/ember.js$ rake
rake aborted!
no such file to load -- net/github-upload

追踪:

.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load_rakefile'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/application.rb:501:in `raw_load_rakefile'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `block in load_rakefile'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/application.rb:81:in `load_rakefile'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/application.rb:65:in `block in run'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
.rvm/gems/ruby-1.9.2-p180/bin/rake:19:in `load'
.rvm/gems/ruby-1.9.2-p180/bin/rake:19:in `<main>'

github上传似乎不见了 我使用以下命令安装了github-upload:

rvm install github-upload --with-openssl-dir=$rvm_path/usr

但我一直有同样的错误。

2 个答案:

答案 0 :(得分:4)

我有同样的问题,尝试执行“捆绑安装”然后再“耙”(希望我没记错)

答案 1 :(得分:1)

我在RakeFile中删除了github-upload要求。 然后我得到了其他'错误'我可以再次解决。通过运行建议的捆绑安装 现在是emberjs Builds。