问题标签 [bundle-install]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1999 浏览

ruby-on-rails - Foundation 3.0.5 安装问题与 rails 3.2.6

我刚刚开始了一个新项目并将 zurb-foundation 添加到 Gemfile。
捆绑安装显示 sass 兼容性问题,所以我运行捆绑更新和捆绑安装,一切似乎都很好。

但是当我按照文档(https://github.com/zurb/foundation-rails)中所说的那样执行rails g基础:安装时,它告诉我:找不到生成器基础:安装。
但是我做了捆绑安装,所以我不明白。

谢谢你的帮助 !
这是我的 Gemfile :

bundle install 的结果:

0 投票
3 回答
2645 浏览

mysql - 捆绑安装:无法构建 gem 原生扩展

我有 git clone git://github.com/jalagrange/excel_test_app.git 安装包时出现以下错误,这不会发生在我的其他应用程序中。

跟随错误

宝石文件

这个问题和答案不适用于我的问题.. gem install: Failed to build gem native extension (can't find header files)

问题解决了,我已经运行了捆绑更新.. thx all..

0 投票
2 回答
402 浏览

ruby-on-rails - Error installing bcyrpt-ruby gem bundle

I'm trying to install the Devises gem, running bundle install and then getting this error with bcrypt-ruby which I haven't had before. What can I do?

Okay, so I need to install bcrypt-ruby...

0 投票
1 回答
207 浏览

cucumber - 红宝石/黄瓜:无法运行“捆绑安装”

我有一个红宝石/黄瓜项目,我正在一台新的 Windows 机器中设置。一切似乎都到位(gemfile、rakefile、ruby 1.9.3 安装)但是当我运行“捆绑安装”时,我收到消息:

知道问题出在哪里吗?我不知道为什么它甚至会抛出那个 jruby 错误......

我在另一台没有安装 jruby 的机器上安装了完全相同的设置,但是“捆绑安装”在那里工作正常......:S

干杯

0 投票
5 回答
7215 浏览

redhat - An error occured while installing charlock_holmes libicu

I'm trying to install Gitlab following this install script, but am running into an issue where the charlock_holmes gem fails to install. I'm not familiar with Ruby. My charlock_holmes-0.6.8 gem_make.out file is below.

I have the libicu.x86_64 package installed (and also tried the libicu.i686 when I ran into problems, but uninstalled it after it didn't work).

It appears the libicu package isn't including the files required by the charlock_holmes gem, but there aren't any devel packages available. Any suggestions?

0 投票
4 回答
6215 浏览

ruby-on-rails-3.2 - 由于 unf_ext (0.0.5) gem,捆绑安装失败

我已经在 centos 6.3 上使用 rvm 安装了 ruby​​ 1.9.3p327 和 rails 3.2.8。但是在为特定项目文件夹进行捆绑安装时,该过程在尝试安装 gem unf_ext 0.0.5 并引发以下错误之间失败,

使用原生扩展安装 unf_ext (0.0.5) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension。

Gem 文件将继续安装在 /home/rradmin/.rvm/gems/ruby-1.9.3-p327@r32/gems/unf_ext-0.0.5 以供检查。结果记录到 /home/rradmin/.rvm/gems/ruby-1.9.3-p327@r32/gems/unf_ext-0.0.5/ext/unf_ext/gem_make.out

安装 unf_ext (0.0.5) 时出错,Bundler 无法继续。gem install unf_ext -v '0.0.5'在捆绑之前确保成功。

如上所述,我还尝试单独安装 unf_ext,但遇到了同样的错误。我已经提到了https://github.com/cowboyd/therubyracer/issues/135,但仍然无法解决问题。请让我知道解决此问题的正确方法。

谢谢你。

0 投票
1 回答
1592 浏览

ruby - 捆绑安装不适用于 RVM

我在安装捆绑包时遇到问题。

这些是我的最后一步:

  • git clone http:...
  • git checkout -b daniel
  • bundle install

我得到的错误是:

当我尝试跑步时,gem install therubyracer -v '0.11.0'我得到了:

我正在使用 Mac OS 10.7.5。Xcode 及其命令行工具和 Rails 是最新的。还安装了 SQLite 3。

谁能帮我?


编辑:

我还尝试删除存储库并再次克隆它,但出现相同的错误。


编辑:

Rails 和 Sqlite3 的安装路径是否正确?

0 投票
1 回答
1310 浏览

ruby-on-rails - Rails:gem install vs. gemfile & bundle install

使用之间的确切区别是什么:

1- 宝石安装 [宝石名称]

2- 将 gem 名称和版本添加到 GemFile 并运行 bundle install

?

0 投票
1 回答
318 浏览

bootstrap-sass - 无法捆绑安装 bootstrap-sass -v '2.2.2.0' -

RoR 新手并参加了一个月的 Rails 课程 (onemonthrails.com)

我正在尝试导入引导程序。

红宝石 2.0.0p247

导轨 4.0.0

这是我的 Gemfile(仅显示“bootstrap-sass”行):

引导宝石

这是运行“捆绑安装”时的输出

我的 GitHub 链接:github.com/dschmunis/omrails

谢谢您的帮助!迭戈

0 投票
3 回答
2594 浏览

ruby-on-rails - 使用 has_secure_password 时出错。无法加载此类文件 -- 2.0/bcrypt_ext

我是 Ruby on Rails 的新手,所以我正在关注使用 Rails 4 进行敏捷 Web 开发教程。但是在用户身份验证中,我遇到了一个我无法解决的错误......我已经制作了一个表格因此用户可以登录,为此我在文件 user.rb 中使用 has_secure_password:

但是当我运行服务器时,我得到了错误:

这是应用程序跟踪

我在 gemfile 中包含 gem 'bcrypt-ruby', '~> 3.0.0' 但它仍然不起作用。

我读过类似的问题,它与“捆绑安装”有关,但我无法解决问题。

提前致谢