【发布时间】:2013-12-02 09:11:40
【问题描述】:
我在 Webstorm 7 上创建了新的 twitter-bootstrap 项目并更新了 npm 然后执行了 grunt 评论我在 Jekyll 中得到了以下错误
Running "jekyll:docs" (jekyll) task Warning:
Please install Jekyll before running this task. Use --force to continue.
Aborted due to warnings.
然后我按照 (http://www.madhur.co.in/blog/2011/09/01/runningjekyllwindows.html) URL 给出的步骤进行操作,现在我遇到了错误
gem install jekyll
步骤。请查看 gem_make.out 文件中的以下错误日志
C:/Ruby200/bin/ruby.exe extconf.rb 创建 Makefile
make "DESTDIR=" 生成 stemmer-i386-mingw32.def 编译 porter.c make: execvp: gcc: Bad file number make: * [porter.o] 错误 127
请指导我如何解决这个问题。
【问题讨论】:
标签: ruby-on-rails ruby node.js twitter-bootstrap gruntjs