【发布时间】:2016-01-12 15:21:56
【问题描述】:
我正在使用 Middleman 来构建一个项目。每当我运行中间人命令时,我都会收到此消息:
Bundler is using a binstub that was created for a different gem.
This is deprecated, in future versions you may need to `bundle binstub middleman-core` to work around a system/bundle conflict.
当我运行 bundle binstub middleman-core 时,我得到了这个:
middleman-core has no executables, but you may want one from a gem it depends on.
bundler has: bundle, bundler
rack has: rackup
tilt has: tilt
erubis has: erubis
listen has: listen
sass has: sass, sass-convert, scss
从该消息中不知道该去哪里以及该做什么。 它不会导致任何故障并且服务器运行,但是如果我不修复它,我觉得这可能是一个更大的问题。当我使用 s3_sync 将其推送到 s3 存储桶并且我 gem 安装了 middleman-sync_s3 时,这最终发生了。
我已经尝试过研究,其他人引导我完成了多次删除bin/* 文件的路径。我也尝试过更新bin,但都没有帮助。
感谢任何帮助。
【问题讨论】: