I'm trying to setup a new Jekyll site and am running into issues after I create a new site using jekyll new testSite
.
I get an error saying:
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
I've installed bundler already using gem install bundler
, but it can't seem to find it.
bundler -v
gives Bundler version 1.14.2
jekyll -v
gives jekyll 3.3.1
Thanks in advance!