如何在我的Gemfile中启用详细的标志,以便我可以准确地跟踪构建本机扩展时发生的情况.由于安装通常需要很长时间.
gem install libv8 Fetching: libv8-3.11.8.11.gem (100%) Building native extensions. This could take a while...
解决方法
你应该使用:
gem install --verbose libv8
并通过捆绑
bundle install --verbose