当前位置: 首页 > 工具软件 > simply-jekyll > 使用案例 >

jekyll new myBlog 问题

禄烨然
2023-12-01

使用命令:jekyll new myBlog
错误: 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/!

未安装bundler

解决办法:gem install bundler

 类似资料: