Open patrickwelker opened 9 years ago
You need to install the gem therubyracer
for require 'v8'
to work.
@pattulus Did you resolve this by installing therubyracer
?
If you try using this plugin via the gem route you might find it easier as it should install the dependencies automatically.
I've tried it again today. It's strange, I get the same error despite all 4 gems being in place. I've found another search which works, but still… if you have any ideas on what I could check for I'm ready to try them out.
I've just set up a new non-Github Jekyll (v2.5.3) blog and get this error while build when adding the gem to my
_plugins
directory.I didn't proceed to any of the steps in the installation documents since I wanted to check first if the plugins throws up any errors… well, it did:
I also tried to install the gem instead of the plugin and also checked if the previous works via
gem install jekyll-lunr-js-search -v 0.1.1
but both threw up the same error.