【发布时间】:2017-01-24 02:37:29
【问题描述】:
我正在尝试设置一个新的 Jekyll 站点,但在使用 jekyll new testSite 创建一个新站点后遇到了问题。
我收到一条错误消息:
New jekyll site installed in /Users/myPath.
Dependency Error: Yikes! It looks like you don't have bundler or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- bundler' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
jekyll 3.3.1 | Error: bundler
我已经使用 gem install bundler 安装了 bundler,但似乎找不到它。
bundler -v 给Bundler version 1.14.2
jekyll -v 给jekyll 3.3.1
提前致谢!
【问题讨论】: