【发布时间】:2016-12-24 19:49:28
【问题描述】:
我正在尝试使用“gem”安装https://middlemanapp.com/,但出现以下错误。我阅读了错误消息中的链接,但找不到任何解决方案。
C:\Users\user1>ruby -v ruby 2.3.3p222(2016-11-21 修订版 56859)[x64-mingw32]
C:\Users\user1>gem -v
2.5.2
C:\Users\user1>gem install middleman
Fetching: bundler-1.13.6.gem (100%)
Successfully installed bundler-1.13.6
Fetching: rack-2.0.1.gem (100%)
Successfully installed rack-2.0.1
Fetching: tilt-2.0.5.gem (100%)
Successfully installed tilt-2.0.5
Fetching: erubis-2.7.0.gem (100%)
Successfully installed erubis-2.7.0
Fetching: fast_blank-1.0.0.gem (100%)
ERROR: Error installing middleman:
The 'fast_blank' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
【问题讨论】:
-
嗯...得问。是否安装了开发工具包?
标签: ruby-on-rails ruby rubygems middleman